Hello,
I'm Agenol Medina.
I recently installed FC3 and I cant get my /home/*/public_html directories availble to thier owners.
I can do it with FC2 but since selinux is now in the picture, I dont know how to "activate" my /home/*/public_html directories.
I looked for some help in my local bookstores but I found nothing that I didnt know (based on how to do the same for FC2). Can you indicate where to look or what instructions to execute.
Thank you for your help.
Agenol Medina
On Wed, 2005-06-15 at 12:52 -0400, Medina, Agenol wrote:
Hello,
I'm Agenol Medina.
I recently installed FC3 and I cant get my /home/*/public_html directories availble to thier owners.
I can do it with FC2 but since selinux is now in the picture, I dont know how to "activate" my /home/*/public_html directories.
restorecon -R /home/*/public_html
Bob
On Wed, 2005-06-15 at 13:29 -0700, Bob Kashani wrote:
On Wed, 2005-06-15 at 12:52 -0400, Medina, Agenol wrote:
Hello,
I'm Agenol Medina.
I recently installed FC3 and I cant get my /home/*/public_html directories availble to thier owners.
I can do it with FC2 but since selinux is now in the picture, I dont know how to "activate" my /home/*/public_html directories.
restorecon -R /home/*/public_html
That works, although I tend to tell people to run chcon directly, as in:
chcon -R -h -t httpd_user_content_t /home/*/public_html
Since restorecon will only work for public_html.
Agenol, you might find this page useful too:
selinux@lists.fedoraproject.org