Proper way to set SeLinux with Apache VirtualHost reading from a mount?
问题 I have a mount that I need to setup a VirtualHost from. /opt/foo When I create the VirtualHost with SeLinux on, Apache reports that the directory does not exist. When I set SeLinux to permissive mode, it works fine. What is the proper way to setup my /opt/foo directory so that it will work with Apache and SeLinux when it is enforcing? 回答1: The first thing first, permissive mode means that SELinux just log denials into audit log, but nothing is really denied. It is just for debugging and