summaryrefslogtreecommitdiff
path: root/sepolicy
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2018-03-22 10:03:39 -0700
committerJoel Galenson <jgalenson@google.com>2018-03-22 10:03:39 -0700
commit7f9fa3ec89fb9ec39dc929fdb56923eddc9c1d5b (patch)
tree95f0d65f3ef3415a6682d05a78e3e395cecaa167 /sepolicy
parent85ed154c5007e45eed8ad8f7697e9077edc2b8ee (diff)
downloadbonito-7f9fa3ec89fb9ec39dc929fdb56923eddc9c1d5b.tar.gz
Temporarily put hal_audio_default into permissive mode.
This should help improve audio quality on the device until we merge the code that handles this correctly. Bug: 72643420 Bug: 74110604 Test: Boot device in enforcing mode and test wifi and audio. Change-Id: I67e19ccc95b375b908c8fb476b2b0dc4958e212c
Diffstat (limited to 'sepolicy')
-rw-r--r--sepolicy/vendor/hal_audio_default.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/vendor/hal_audio_default.te b/sepolicy/vendor/hal_audio_default.te
index b40a1de2..07f1676e 100644
--- a/sepolicy/vendor/hal_audio_default.te
+++ b/sepolicy/vendor/hal_audio_default.te
@@ -12,3 +12,6 @@ allow hal_audio_default persist_file:dir search;
# For interfacing with PowerHAL
hal_client_domain(hal_audio_default, hal_power)
+
+# TODO(b/74110604)
+userdebug_or_eng(`permissive hal_audio_default;')