diff options
author | Nickolay Semendyaev <agent00791@gmail.com> | 2017-01-19 19:58:38 +0600 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:15:42 +0100 |
commit | eeeb88097b34e2010b8fc8a27ca2cbe741113277 (patch) | |
tree | e7e740dfd4078628dce1e8ba8c73ab1f204c05ac /sepolicy/file_contexts | |
parent | ac499ddc33403616cd9b6c41f142dd68f558cd87 (diff) |
Fix bluetooth SE denials
Change-Id: Ife9e06092421bffc0b77ef38b68df3196938f788
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 22d0c1a..e63d151 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -17,6 +17,10 @@ /mnt/idd u:object_r:iddd_file:s0 /system/bin/idd-logreader u:object_r:iddd_exec:s0 +# HCI +/dev/ttyHS0 u:object_r:hci_attach_dev:s0 +/dev/brcm_bt_drv u:object_r:hci_attach_dev:s0 + # Taimport /data/etc(/.*) u:object_r:ta_data_file:s0 |