Replace the old lrrd fc entries with correct munin ones.

This commit is contained in:
Chris PeBenito 2007-04-23 17:36:35 +00:00
parent b4dfdc7d30
commit cd16fe6e2c
3 changed files with 11 additions and 10 deletions

View File

@ -1,3 +1,4 @@
- Replace the old lrrd fc entries with munin ones.
- Move program admin template usage out of userdom_admin_user_template() to
sysadm policy in userdomain.te to fix usage of the template for third
parties.

View File

@ -1,11 +1,11 @@
/etc/lrrd(/.*)? gen_context(system_u:object_r:munin_etc_t,s0)
/etc/munin(/.*)? gen_context(system_u:object_r:munin_etc_t,s0)
/usr/bin/lrrd-.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/sbin/lrrd-.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/share/lrrd/lrrd-.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/share/lrrd/plugins/.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/bin/munin-.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/sbin/munin-.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/share/munin/munin-.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/usr/share/munin/plugins/.* -- gen_context(system_u:object_r:munin_exec_t,s0)
/var/lib/lrrd(/.*)? gen_context(system_u:object_r:munin_var_lib_t,s0)
/var/log/lrrd.* -- gen_context(system_u:object_r:munin_log_t,s0)
/var/run/lrrd(/.*)? gen_context(system_u:object_r:munin_var_run_t,s0)
/var/www/lrrd(/.*)? gen_context(system_u:object_r:munin_var_lib_t,s0)
/var/lib/munin(/.*)? gen_context(system_u:object_r:munin_var_lib_t,s0)
/var/log/munin.* -- gen_context(system_u:object_r:munin_log_t,s0)
/var/run/munin(/.*)? gen_context(system_u:object_r:munin_var_run_t,s0)
/var/www/munin(/.*)? gen_context(system_u:object_r:munin_var_lib_t,s0)

View File

@ -1,5 +1,5 @@
policy_module(munin,1.2.0)
policy_module(munin,1.2.1)
########################################
#