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