Roundup Tracker - Issues

Message3363

Author chrismacgregor
Recipients
Date 2005-02-01.11:25:36
Message-id
In-reply-to
Logged In: YES 
user_id=980390

The following is a start.  Now I'm stuck on a different
problem (can't seem to register a user), and getting no
selinux gripes.

Note, however, that
1. the following may well not be complete, since I've only
gotten to an empty issues list so far, and
2. the following is certainly using a shotgun to swat a fly
- someone who groks selinux can surely do a much better job.

I appended these lines to
/etc/selinux/targeted/src/policy/domains/program/apache.te,
and in /etc/selinux/targeted/src/policy ran "make load". 
Note that I have
selinux-policy-targeted-sources-1.17.30-2.62.noarch.rpm
installed.

allow httpd_sys_script_t usr_t:file { read create write lock
rename };
allow httpd_sys_script_t usr_t:dir { search write add_name
remove_name };
allow httpd_sys_script_t src_t:dir { search };
allow httpd_sys_script_t var_t:dir getattr;
History
Date User Action Args
2009-02-03 14:23:56adminlinkissue1113861 messages
2009-02-03 14:23:56admincreate