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 | 29 | 30 | 31 |
Tags
- Audit Log
- GNOME
- syslog
- Chrome
- CentOS
- 디렉토리
- RHEL
- K8S
- Elasticsearch
- docker
- yum
- Elk
- Python
- JSON
- 빅데이터
- 크롬
- C
- 서울시민카드
- Linux
- bash
- Shell
- zabbix
- PostgreSQL
- Kubernetes
- 파이썬
- log
- rsyslog
- GPU
- centos 7.5
- audit
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