Patch to remove incorrect cron labeling in apache.fc from Ryan Bradetich.
This commit is contained in:
parent
f1be09c2b1
commit
bcac3a5e3d
|
@ -1,3 +1,4 @@
|
|||
- Patch to remove incorrect cron labeling in apache.fc from Ryan Bradetich.
|
||||
- Fix ptys and ttys to be device nodes.
|
||||
- Fix explicit use of httpd_t in openca_domtrans().
|
||||
- Clean up file context regexes in apache and java, from Eamon Walsh.
|
||||
|
|
|
@ -73,9 +73,6 @@ ifdef(`distro_debian', `
|
|||
|
||||
/var/spool/gosa(/.*)? gen_context(system_u:object_r:httpd_sys_script_rw_t,s0)
|
||||
/var/spool/squirrelmail(/.*)? gen_context(system_u:object_r:squirrelmail_spool_t,s0)
|
||||
ifdef(`strict_policy',`
|
||||
/var/spool/cron/apache -- gen_context(system_u:object_r:user_cron_spool_t,s0)
|
||||
')
|
||||
|
||||
/var/www(/.*)? gen_context(system_u:object_r:httpd_sys_content_t,s0)
|
||||
/var/www/cgi-bin(/.*)? gen_context(system_u:object_r:httpd_sys_script_exec_t,s0)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(apache,1.5.2)
|
||||
policy_module(apache,1.5.3)
|
||||
|
||||
#
|
||||
# NOTES:
|
||||
|
|
Loading…
Reference in New Issue