出於懶惰,我希望能夠透過 FTP 進入我的 WWW 目錄。
但是,apache(user_u:object_r:httpd_sys_content_t) 能夠使用 WWW 目錄的 SELinux 權限和 user(system_u:object_r:user_home_dir_t ) 使用 WWW 目錄的 SELinux 權限是不同的。
不管怎樣,在不停用 SELinux 的情況下解決這個問題嗎?
謝謝。
答案1
建立第三個文件上下文並將其新增至兩個網域。
答案2
您必須將 httpd_enable_homedirs 設為 true。看 http://diegobz.net/2010/03/07/enabling-apache-userdir-public_html-with-selinux-enabled-on-fedora/ http://fedoraproject.org/wiki/SELinux/apache
(假設您使用的是 Fedora)