aboutsummaryrefslogtreecommitdiffstats
path: root/file.te
diff options
context:
space:
mode:
authorWilliam Roberts <bill.c.roberts@gmail.com>2012-05-31 09:40:12 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2012-05-31 09:40:12 -0400
commit7fa2f9e0f5ea5c24d4e14ba4aef14cfc7090a388 (patch)
treeb1651e29091554ed613cac998c75bb7718035f55 /file.te
parentefd6d6e0dab97a49706f1116dde2ec87257f79c1 (diff)
downloadandroid_external_sepolicy-7fa2f9e0f5ea5c24d4e14ba4aef14cfc7090a388.tar.gz
android_external_sepolicy-7fa2f9e0f5ea5c24d4e14ba4aef14cfc7090a388.tar.bz2
android_external_sepolicy-7fa2f9e0f5ea5c24d4e14ba4aef14cfc7090a388.zip
Policy for hci_attach service.
Diffstat (limited to 'file.te')
-rw-r--r--file.te5
1 files changed, 5 insertions, 0 deletions
diff --git a/file.te b/file.te
index b6e3a5d..4e3bd53 100644
--- a/file.te
+++ b/file.te
@@ -56,6 +56,11 @@ type efs_file, file_type;
# Type for wallpaper file.
type wallpaper_file, file_type;
+# All devices have bluetooth efs files. But they
+# vary per device, so this type is used in per
+# defice policy
+type bluetooth_efs_file, file_type;
+
# Socket types
type bluetooth_socket, file_type;
type dbus_socket, file_type;