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
- elastic stack
- 한글가이드
- hardening
- Elasticsearch
- PlayBook
- Kibana
- ELASTIC
- GitLab
- docker
- ansible
- xe guest utilities
- centos 8
- pfsense
- bash
- Kibana server is not ready yet
- application security
- 로그인불가
- Proxy
- 보안양파
- G-suite
- endpoint security
- miniconda
- x-pack
- proxycfg
- macos
- ssh key 배포
- Windows
- freebsd
- XCP-ng
Archives
- Today
- Total
선 밖에 선 자유인
selinux disable 본문
기본적으로 selinux 는 /etc/sysconfig/selinux 에서
SELINUX=disabled 설정 후 재부팅해야 적용되나
아래의 명령으로 재부팅 없이 임시 적용이 가능하다
setenforce 0 (selinux disable)
setenforce 1 (selinux enable)
Comments