Skip to content
Snippets Groups Projects
Commit ebc7b434 authored by Haynes Mathew George's avatar Haynes Mathew George Committed by Mikhail Naganov
Browse files

audio: Enable vndbinder use from hal_audio

Allow hal audio to use vndbinder

Change-Id: I83fc8d5b873bfc4e36f44e423d5740cb5e9739ee
parent e32d9406
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,9 @@ allow hal_audio shell:fifo_file write; ...@@ -18,6 +18,9 @@ allow hal_audio shell:fifo_file write;
allow hal_audio dumpstate:fd use; allow hal_audio dumpstate:fd use;
allow hal_audio dumpstate:fifo_file write; allow hal_audio dumpstate:fifo_file write;
# allow hal audio to use vnbinder
vndbinder_use(hal_audio)
### ###
### neverallow rules ### neverallow rules
### ###
......
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