On Sun, 2005-01-30 at 17:14 +0000, Sitsofe Wheeler wrote: > Hello, > > In a similar way to the way that selinux can be turned on or off for a > single service like apache, Yes; see: http://fedora.redhat.com/docs/selinux-faq-fc3/index.html#using-s-c-securitylevel The FAQ should probably also say that you can use e.g. "setsebool -P httpd_disable_trans=1" from the command line. Also note that you need to restart the service, e.g. "service httpd restart".