diff options
author | Steve Kondik <steve@cyngn.com> | 2015-12-07 16:23:44 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-12-07 16:23:44 -0800 |
commit | c35ba5f6ab65286bfeebb99dafa6fe4bf40d155f (patch) | |
tree | 219af2d141bdfaddf9b9f7b6902ca34399b3b9c8 /bluetooth.te | |
parent | 2a3f195b0c1e010a042c9511f4731a25df39b3fb (diff) | |
parent | 9acda2f3805c426c18af62b98aac614f69f97864 (diff) | |
download | android_external_sepolicy-c35ba5f6ab65286bfeebb99dafa6fe4bf40d155f.tar.gz android_external_sepolicy-c35ba5f6ab65286bfeebb99dafa6fe4bf40d155f.tar.bz2 android_external_sepolicy-c35ba5f6ab65286bfeebb99dafa6fe4bf40d155f.zip |
Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/external/sepolicy into cm-13.0
Android 6.0.1 release 3
Diffstat (limited to 'bluetooth.te')
-rw-r--r-- | bluetooth.te | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth.te b/bluetooth.te index a79023d..f77bd0d 100644 --- a/bluetooth.te +++ b/bluetooth.te @@ -70,4 +70,4 @@ allow bluetooth shell_data_file:file read; # Superuser capabilities. # bluetooth requires net_admin and wake_alarm. neverallow bluetooth self:capability ~net_admin; -neverallow bluetooth self:capability2 ~wake_alarm; +neverallow bluetooth self:capability2 ~{ wake_alarm block_suspend }; |