commit | cf9ae010cf9f006f57fbe379b6e0fa6084481b2d | [log] [tgz] |
---|---|---|
author | Ytai Ben-tsvi <ytai@google.com> | Mon Mar 30 18:57:12 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Mar 30 18:57:12 2020 +0000 |
tree | d1f22c01202e30f419ef905df392111ff5c7a597 | |
parent | 086085b8ad45c3e9ed5366723899c968d76fd97d [diff] | |
parent | c86905b31f59a5b8db7238feebd70bc535e659f1 [diff] |
Merge "Allow audio HAL to access application shared memory" into rvc-dev
diff --git a/public/hal_audio.te b/public/hal_audio.te index bb9eec4..d54b2b2 100644 --- a/public/hal_audio.te +++ b/public/hal_audio.te
@@ -17,6 +17,9 @@ allow hal_audio dumpstate:fd use; allow hal_audio dumpstate:fifo_file write; +# Needed to allow sound trigger hal to access shared memory from apps. +allow hal_audio_server appdomain:fd use; + # allow hal audio to use vnbinder vndbinder_use(hal_audio)