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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-04-22 17:10:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100422171043-khrw2m21gser7icb
Tags: 0.2.20091117-0ubuntu1
* New upstream release, converted to source format 3.
* Updated Ubuntu-specific patches thanks to Steve Lawrence (LP: #568744).
* Extracted Makefile change to debian/patches/bashisms.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/etc/puppet(/.*)?                       gen_context(system_u:object_r:puppet_etc_t,s0)
 
2
 
 
3
/etc/rc\.d/init\.d/puppet       --      gen_context(system_u:object_r:puppet_initrc_exec_t,s0)
 
4
/etc/rc\.d/init\.d/puppetmaster --      gen_context(system_u:object_r:puppetmaster_initrc_exec_t,s0)
 
5
 
 
6
/usr/sbin/puppetd               --      gen_context(system_u:object_r:puppet_exec_t,s0)
 
7
/usr/sbin/puppetmasterd         --      gen_context(system_u:object_r:puppetmaster_exec_t,s0)
 
8
 
 
9
/var/lib/puppet(/.*)?                   gen_context(system_u:object_r:puppet_var_lib_t,s0)
 
10
/var/log/puppet(/.*)?                   gen_context(system_u:object_r:puppet_log_t,s0)
 
11
/var/run/puppet(/.*)?                   gen_context(system_u:object_r:puppet_var_run_t,s0)