selinux-policy/refpolicy/policy/modules/services/bluetooth.fc

23 lines
775 B
Plaintext
Raw Normal View History

2005-10-07 21:45:04 +00:00
#
# /etc
#
/etc/bluetooth(/.*)? gen_context(system_u:object_r:bluetooth_conf_t,s0)
2005-10-14 17:55:40 +00:00
/etc/bluetooth/link_key gen_context(system_u:object_r:bluetooth_conf_rw_t,s0)
2005-10-07 21:45:04 +00:00
#
# /usr
#
2005-10-14 17:55:40 +00:00
/usr/bin/blue.*pin -- gen_context(system_u:object_r:bluetooth_helper_exec_t,s0)
2005-10-07 21:45:04 +00:00
/usr/bin/rfcomm -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
/usr/sbin/hciattach -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
/usr/sbin/hcid -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
/usr/sbin/hid2hci -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
/usr/sbin/sdpd -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
#
# /var
#
2005-10-14 17:55:40 +00:00
/var/lib/bluetooth(/.*)? gen_context(system_u:object_r:bluetooth_var_lib_t,s0)
2005-10-07 21:45:04 +00:00
/var/run/sdp -s gen_context(system_u:object_r:bluetooth_var_run_t,s0)