~ubuntu-branches/ubuntu/natty/refpolicy-ubuntu/natty

« back to all changes in this revision

Viewing changes to policy/modules/services/apache.te

  • Committer: Bazaar Package Importer
  • Author(s): Caleb Case
  • Date: 2009-10-19 01:48:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091019014839-0rpi67ygkrjya30k
Tags: 0.2.20090730-0ubuntu1
* Updated to upstream release 2.20090730
* Handle Upstart direct execution of daemons.
* Pre-depend on selinux to ensure that the trigger is handled (LP: #434084).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
policy_module(apache, 2.0.2)
 
2
policy_module(apache, 2.0.3)
3
3
 
4
4
#
5
5
# NOTES: 
430
430
')
431
431
 
432
432
tunable_policy(`httpd_ssi_exec',`
433
 
        corecmd_shell_domtrans(httpd_t,httpd_sys_script_t)
 
433
        corecmd_shell_domtrans(httpd_t, httpd_sys_script_t)
434
434
        allow httpd_sys_script_t httpd_t:fd use;
435
435
        allow httpd_sys_script_t httpd_t:fifo_file rw_file_perms;
436
436
        allow httpd_sys_script_t httpd_t:process sigchld;