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

« back to all changes in this revision

Viewing changes to policy/modules/services/squid.fc

  • 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:
8
8
 
9
9
/var/cache/squid(/.*)?          gen_context(system_u:object_r:squid_cache_t,s0)
10
10
/var/log/squid(/.*)?            gen_context(system_u:object_r:squid_log_t,s0)
 
11
/var/log/squidGuard(/.*)?       gen_context(system_u:object_r:squid_log_t,s0)
11
12
/var/run/squid\.pid     --      gen_context(system_u:object_r:squid_var_run_t,s0)
12
13
/var/spool/squid(/.*)?          gen_context(system_u:object_r:squid_cache_t,s0)
 
14
/var/squidGuard(/.*)?           gen_context(system_u:object_r:squid_cache_t,s0)