httpd with symbolic links and selinux enabled

Justin Jereza justinjereza at gmail.com
Thu Nov 26 07:16:15 UTC 2009


Hello.

I'm having trouble accessing symbolic links in userdirs through httpd
with selinux enabled on Fedora 12.

The following duplicates my situation:

* Enable userdirs in /etc/httpd/conf/httpd.conf
# setsebool -P httpd_enable_homedirs on
# setsebool -P httpd_read_user_content on

~$ mkdir -p public_html foo/bar
~$ cd public_html
~/public_html$ ln -s ../foo
~/public_html$ cd ../foo/bar
~/foo/bar$ echo "<h1>Test</h1>" > baz.html
~/foo/bar$ ln -s baz.html index.html

http://localhost/~user/foo/ is accessible,
http://localhost/~user/foo/bar/ is not. How can I make this work?

Thanks.

-- 
Justin Jereza
LPIC-1




More information about the fedora-list mailing list