commit | ebc7b434e27485981e43bb6a48d1a56f777ae663 | [log] [tgz] |
---|---|---|
author | Haynes Mathew George <hgeorge@codeaurora.org> | Tue Feb 27 16:21:27 2018 -0800 |
committer | Mikhail Naganov <mnaganov@google.com> | Wed Feb 28 08:56:56 2018 -0800 |
tree | e0f3d92c23d0b1813e4acefe1c39e55159c287f9 | |
parent | e32d94064f4a9a6b358c10086132624ca3ab46ca [diff] [blame] |
audio: Enable vndbinder use from hal_audio Allow hal audio to use vndbinder Change-Id: I83fc8d5b873bfc4e36f44e423d5740cb5e9739ee
diff --git a/public/hal_audio.te b/public/hal_audio.te index dd7b140..08cc1ff 100644 --- a/public/hal_audio.te +++ b/public/hal_audio.te
@@ -18,6 +18,9 @@ allow hal_audio dumpstate:fd use; allow hal_audio dumpstate:fifo_file write; +# allow hal audio to use vnbinder +vndbinder_use(hal_audio) + ### ### neverallow rules ###