]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/services/soundserver.fc
Allow munin services plugins to use NSCD services
[people/stevee/selinux-policy.git] / policy / modules / services / soundserver.fc
1 /etc/nas(/.*)? gen_context(system_u:object_r:soundd_etc_t,s0)
2 /etc/rc\.d/init\.d/nasd -- gen_context(system_u:object_r:soundd_initrc_exec_t,s0)
3 /etc/yiff(/.*)? gen_context(system_u:object_r:soundd_etc_t,s0)
4
5 /usr/bin/nasd -- gen_context(system_u:object_r:soundd_exec_t,s0)
6 /usr/bin/gpe-soundserver -- gen_context(system_u:object_r:soundd_exec_t,s0)
7
8 /usr/sbin/yiff -- gen_context(system_u:object_r:soundd_exec_t,s0)
9
10 /var/run/nasd(/.*)? gen_context(system_u:object_r:soundd_var_run_t,s0)
11 /var/run/yiff-[0-9]+\.pid -- gen_context(system_u:object_r:soundd_var_run_t,s0)
12
13 /var/state/yiff(/.*)? gen_context(system_u:object_r:soundd_state_t,s0)