Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Kubernetes
- docker
- Audit Log
- C
- centos 7.5
- Elk
- zabbix
- 디렉토리
- Shell
- JSON
- syslog
- 크롬
- yum
- CentOS
- RHEL
- Chrome
- Linux
- GNOME
- Elasticsearch
- K8S
- log
- PostgreSQL
- 빅데이터
- 파이썬
- audit
- Python
- GPU
- 서울시민카드
- bash
- rsyslog
Archives
- Today
- Total
목록selinux (1)
Sysops Notepad
[Linux] CentOS SELinux 비활성화
설치 환경 - CentOS 8 - CentOS 7 - CentOS 6 1. SELinux 설정 확인 [root@sysops]# sestatus [root@sysops]# sestatus | grep 'SELinux status\|Current mode' SELinux status: enabled Current mode: enforcing 2. 일시적으로 비활성화시키기 [root@sysops]# setenforce 0 [root@sysops]# sestatus | grep 'SELinux status\|Current mode' SELinux status: enabled Current mode: permissive 3. 영구적으로 비활성화시키기 [root@sysops]# vim /etc/selinux/con..
업무/sys
2021. 11. 15. 00:30