Hi On Mon 19-Sep-2005 at 03:44:41PM +0100, Chris Croome wrote: > > I'm installing OTRS on CentOS 4 (RHEL4)
So far this is what I have doen to make SELinux work OK with OTRS: 1. Add the following to /etc/selinux/targeted/src/policy/domains/program/apache.te allow httpd_t policy_src_t:dir search; allow httpd_t usr_t:dir write; allow httpd_t usr_t:dir add_name; allow httpd_t usr_t:file create; 2. cd /etc/selinux/targeted/src/policy; make load 3. Restart httpd I'm no SELinux expert though... :-) Chris -- Chris Croome <[EMAIL PROTECTED]> web design http://www.webarchitects.co.uk/ web content management http://mkdoc.com/ _______________________________________________ OTRS mailing list: dev - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/dev To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev
