On Mon, 2004-12-20 at 17:02 +0000, Andy Smith wrote: > On Mon, Dec 20, 2004 at 11:37:30AM -0500, Colin Walters wrote: > > On Mon, 2004-12-20 at 16:32 +0000, Andy Smith wrote: > > > > > Now, the only thing I have changed is, instead of having my document > > > root be /var/www/html I've put it in /data/www. I edited > > > /etc/selinux/targeted/src/policy/file_contexts/program/apache.fc to > > > reflect the fact that my content is in a different place and did do > > > a restorecon to relabel things under /data. > > > > Did you do a 'make -C /etc/selinux/targeted/src/policy reload' ? Note > > that restorecon works on /etc/selinux/targeted/contexts/file_contexts > > which is generated from the .fc files. > > I did "make load", that would have been enough, right? >From a glance at the Makefile, I would assume so as the load target indirectly depends on install. Not sure why it didn't work.