标签: fedora selinux
/var/log/audit/audit.log
sealert -l *
sealert -b
答案 0 :(得分:0)
您可能正在以“许可”模式运行SELinux,这意味着它会将违规记录到策略中,但不会拒绝任何访问。 SELinux有3种模式,AFAIK:禁用,许可和强制执行。
getenforce应该告诉你你还有什么。
getenforce
您可能需要修改/etc/selinux/config。
/etc/selinux/config
更多详情:https://docs-old.fedoraproject.org/en-US/Fedora/24/html/SELinux_Users_and_Administrators_Guide/sect-Security-Enhanced_Linux-Working_with_SELinux-Changing_SELinux_Modes.html