aboutsummaryrefslogtreecommitdiff
path: root/hci_attach.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2016-03-29 15:37:20 -0700
committerNick Kralevich <nnk@google.com>2016-03-29 15:37:20 -0700
commitc81ebe522c66dd6e6ef4419ecc7737e2e1740d59 (patch)
tree4174530cbf7f483e0ebdcfca48beef00f2d5e63c /hci_attach.te
parent6937aa93ac0a36f19cb13b81a282dedcad324be5 (diff)
downloadsepolicy-master.tar.gz
Delete external/sepolicy files.HEADmastermain
These files have been moved to system/sepolicy. Bug: 27875478 Change-Id: I057784af0e9f6e43cd9a22ffce26fd63acccf98b
Diffstat (limited to 'hci_attach.te')
-rw-r--r--hci_attach.te9
1 files changed, 0 insertions, 9 deletions
diff --git a/hci_attach.te b/hci_attach.te
deleted file mode 100644
index 543cae1..0000000
--- a/hci_attach.te
+++ /dev/null
@@ -1,9 +0,0 @@
-type hci_attach, domain, domain_deprecated;
-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;