aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-10-14 15:11:35 -0700
committerNick Kralevich <nnk@google.com>2015-10-14 15:11:35 -0700
commit33a779fecbdaa87756922adc690b4e38382d8e5f (patch)
tree29e4c96b1f9ae81ec3bf0f7f87d47b4d4ff6ae91
parent4af63fd19366c8dbc5b97acfcd0ea1d632746eed (diff)
downloadandroid_external_sepolicy-33a779fecbdaa87756922adc690b4e38382d8e5f.tar.gz
android_external_sepolicy-33a779fecbdaa87756922adc690b4e38382d8e5f.tar.bz2
android_external_sepolicy-33a779fecbdaa87756922adc690b4e38382d8e5f.zip
bluetooth.te: Relax bluetooth neverallow rule.
Bug: 24866874 Change-Id: Ic13ad4d3292fe8284e5771a28abaebb0ec9590f0
-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 };