Selinux: Difference between revisions
From DWIKI
m (→Add allow) |
m (→FAQ) |
||
Line 7: | Line 7: | ||
=FAQ= | =FAQ= | ||
==no audit2allow== | |||
yum install policycoreutils-python | |||
==allow apache processes to network== | ==allow apache processes to network== | ||
setsebool -P httpd_can_network_connect 1 | setsebool -P httpd_can_network_connect 1 |
Revision as of 09:58, 30 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
no audit2allow
yum install policycoreutils-python
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 -a -M someservice