Skip to content
Snippets Groups Projects
Commit 33a779fe authored by Nick Kralevich's avatar Nick Kralevich
Browse files

bluetooth.te: Relax bluetooth neverallow rule.

Bug: 24866874
Change-Id: Ic13ad4d3292fe8284e5771a28abaebb0ec9590f0
parent 4af63fd1
No related branches found
No related tags found
No related merge requests found
...@@ -70,4 +70,4 @@ allow bluetooth shell_data_file:file read; ...@@ -70,4 +70,4 @@ allow bluetooth shell_data_file:file read;
# Superuser capabilities. # Superuser capabilities.
# bluetooth requires net_admin and wake_alarm. # bluetooth requires net_admin and wake_alarm.
neverallow bluetooth self:capability ~net_admin; neverallow bluetooth self:capability ~net_admin;
neverallow bluetooth self:capability2 ~wake_alarm; neverallow bluetooth self:capability2 ~{ wake_alarm block_suspend };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment