aboutsummaryrefslogtreecommitdiffstats
path: root/bluetoothd.te
blob: 640a1da2e6eef4ef7b0edf02080ed4276169fe38 (plain)
1
2
3
4
5
6
7
8
9
10
# bluetoothd - bluetooth daemon
type bluetoothd, domain;
type bluetoothd_exec, exec_type, file_type;

init_daemon_domain(bluetoothd)
allow bluetoothd self:capability { setuid net_raw net_bind_service net_admin };
allow bluetoothd self:socket *;
allow bluetoothd bluetoothd_data_file:dir create_dir_perms;
allow bluetoothd bluetoothd_data_file:file create_file_perms;
unix_socket_connect(bluetoothd, dbus, dbusd)