aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-10-14 22:37:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-10-14 22:37:38 +0000
commit63af426a6ebc5c340a7144164f7458b35002d6f5 (patch)
tree29e4c96b1f9ae81ec3bf0f7f87d47b4d4ff6ae91
parent1c38b8a225db3fa3f12e4892985c48e369550235 (diff)
parent33a779fecbdaa87756922adc690b4e38382d8e5f (diff)
downloadandroid_external_sepolicy-63af426a6ebc5c340a7144164f7458b35002d6f5.tar.gz
android_external_sepolicy-63af426a6ebc5c340a7144164f7458b35002d6f5.tar.bz2
android_external_sepolicy-63af426a6ebc5c340a7144164f7458b35002d6f5.zip
bluetooth.te: Relax bluetooth neverallow rule.
am: 33a779fecb * commit '33a779fecbdaa87756922adc690b4e38382d8e5f': bluetooth.te: Relax bluetooth neverallow rule.
-rw-r--r--bluetooth.te2
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 };