[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Allowing a apache to access a user folder by using semanage
- From: Jan-Frode Myklebust <janfrode tanso net>
- To: fedora-selinux-list redhat com
- Subject: Re: Allowing a apache to access a user folder by using semanage
- Date: Wed, 9 May 2007 16:04:33 +0200
On 2007-05-09, Josef Meile <jmeile hotmail com> wrote:
> I'm trying to allow apache to read a user folder as follows:
>
> % semanage fcontext -a -t httpd_t "/home/zopeuser/data(/.*)?"
semanage doesn't update the labels of existing files. So you'll
need to run "restorecon -R /home/zopeuser/data" before this
will work.
-jf
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]