Selinux: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 18: | Line 18: | ||
==temporarily disable selinux== | ==temporarily disable selinux== | ||
setenforce 0 | setenforce 0 | ||
==Add allow== | |||
(probably not this brutal) | |||
Grep AVC /var/log/audit/audit.log | audit2allow -M someservice |
Revision as of 13:57, 16 October 2018
Links
- https://wiki.centos.org/HowTos/SELinux
- http://www.linuxquestions.org/questions/linux-security-4/reuse-selinux-policy-896536/
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-SELinux_Contexts_Labeling_Files-Persistent_Changes_semanage_fcontext.html
- https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Fixing_Problems-Allowing_Access_audit2allow.html
FAQ
allow apache processes to network
setsebool -P httpd_can_network_connect 1 setsebool -P httpd_can_network_connect_db 1
avc: denied { getattr }
avc: denied { name_connect }
temporarily disable selinux
setenforce 0
Add allow
(probably not this brutal)
Grep AVC /var/log/audit/audit.log | audit2allow -M someservice