sanders: sepolicy: Initial fixes

This commit is contained in:
jhenrique09
2017-11-04 21:10:52 -02:00
committed by therootlord
parent 89df59f4ce
commit 9b0ed5a8a3
12 changed files with 59 additions and 11 deletions

9
sepolicy/hci_attach.te Normal file
View File

@@ -0,0 +1,9 @@
type hci_attach, domain;
type hci_attach_exec, exec_type, file_type;
init_daemon_domain(hci_attach)
allow hci_attach kernel:system module_request;
allow hci_attach hci_attach_dev:chr_file rw_file_perms;
allow hci_attach bluetooth_efs_file:dir r_dir_perms;
allow hci_attach bluetooth_efs_file:file r_file_perms;