am 98f8b27f: Merge "Confine hci_attach, but leave it permissive for now."

* commit '98f8b27fdec640309e8a0aec5076fbabb065e2ef':
  Confine hci_attach, but leave it permissive for now.
This commit is contained in:
Nick Kralevich 2013-11-01 10:06:43 -07:00 committed by Android Git Automerger
commit 20f4ed4708

View file

@ -1,5 +1,10 @@
type hci_attach, domain;
permissive hci_attach;
type hci_attach_exec, exec_type, file_type;
init_daemon_domain(hci_attach)
unconfined_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;