[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



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]