selinux-policy/policy/modules/services/dbus.fc

14 lines
558 B
Plaintext
Raw Normal View History

2005-11-09 19:13:08 +00:00
/etc/dbus-1(/.*)? gen_context(system_u:object_r:dbusd_etc_t,s0)
2005-08-31 20:58:12 +00:00
2006-01-25 15:53:35 +00:00
# Sorting does not work correctly if I combine these next two roles
2008-11-05 16:10:46 +00:00
/usr/bin/dbus-daemon(-1)? -- gen_context(system_u:object_r:dbusd_exec_t,s0)
/bin/dbus-daemon -- gen_context(system_u:object_r:dbusd_exec_t,s0)
2007-09-07 13:41:20 +00:00
/var/lib/dbus(/.*)? gen_context(system_u:object_r:system_dbusd_var_lib_t,s0)
2005-11-03 18:08:36 +00:00
/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)
')