On Tue, Jan 25, 2005 at 06:04:26PM +0200, Graham Leggett wrote:
> Joe Orton said:
> 
> > You've been bitten by SELinux, see /var/log/messages for the
> > corresponding avc denial message.  It's either:
> >
> > 1) an elusive bug seen by some FC3 users where shared library SELinux
> > labels go awry, fixed by running "fixfiles restore" as root.
> 
> Just tried fixfiles restore, and it's back to life again - thanks!
> 
> Reading the links you listed and using ps axZ | grep httpd, it shows this:
> 
> [EMAIL PROTECTED] SPECS]# ps axZ | grep httpd
> root:system_r:unconfined_t      17684 pts/2    S+     0:00 grep httpd
> 
> Is it supposed to be unconfined_t or have I screwed it up?

That's just for grep, it doesn't show a running httpd at all; if httpd
was running, you should get lines like:

root:system_r:httpd_t           14301 ?        Ss     0:01 /usr/sbin/httpd

which show the correct security context.

joe

Reply via email to