
20 Sep
2005
20 Sep
'05
9:26 a.m.
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