]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - refpolicy/policy/modules/services/bluetooth.fc
add ddclient, bug 1523
[people/stevee/selinux-policy.git] / refpolicy / policy / modules / services / bluetooth.fc
1 #
2 # /etc
3 #
4 /etc/bluetooth(/.*)? gen_context(system_u:object_r:bluetooth_conf_t,s0)
5 /etc/bluetooth/link_key gen_context(system_u:object_r:bluetooth_conf_rw_t,s0)
6
7 #
8 # /usr
9 #
10 /usr/bin/blue.*pin -- gen_context(system_u:object_r:bluetooth_helper_exec_t,s0)
11 /usr/bin/hidd -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
12 /usr/bin/rfcomm -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
13
14 /usr/sbin/hciattach -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
15 /usr/sbin/hcid -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
16 /usr/sbin/hid2hci -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
17 /usr/sbin/sdpd -- gen_context(system_u:object_r:bluetooth_exec_t,s0)
18
19 #
20 # /var
21 #
22 /var/lib/bluetooth(/.*)? gen_context(system_u:object_r:bluetooth_var_lib_t,s0)
23 /var/run/sdp -s gen_context(system_u:object_r:bluetooth_var_run_t,s0)