diff options
author | William Roberts <bill.c.roberts@gmail.com> | 2012-05-31 09:40:12 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2012-05-31 09:40:12 -0400 |
commit | 7fa2f9e0f5ea5c24d4e14ba4aef14cfc7090a388 (patch) | |
tree | b1651e29091554ed613cac998c75bb7718035f55 /file.te | |
parent | efd6d6e0dab97a49706f1116dde2ec87257f79c1 (diff) | |
download | android_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.te | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |