selinux-policy/policy/modules/services/dbus.fc
2006-12-04 20:10:56 +00:00

11 lines
492 B
Plaintext

/etc/dbus-1(/.*)? gen_context(system_u:object_r:dbusd_etc_t,s0)
# Sorting does not work correctly if I combine these next two roles
/usr/bin/dbus-daemon(-1)? -- gen_context(system_u:object_r:system_dbusd_exec_t,s0)
/bin/dbus-daemon -- gen_context(system_u:object_r:system_dbusd_exec_t,s0)
/var/run/dbus(/.*)? gen_context(system_u:object_r:system_dbusd_var_run_t,s0)
ifdef(`distro_redhat',`
/var/named/chroot/var/run/dbus(/.*)? gen_context(system_u:object_r:system_dbusd_var_run_t,s0)
')