Skip to content
Snippets Groups Projects
Commit da694ced authored by Mikhail Naganov's avatar Mikhail Naganov Committed by android-build-merger
Browse files

hal_audio: Allow writing dump info into pipes when capturing BR am: 9686cbcd am: 4aac6fdb

am: b00a85c3

Change-Id: I82f7934d824a35644263eb298d6c2c5eb018c8b5
parents c780facd b00a85c3
Branches
Tags
No related merge requests found
...@@ -20,6 +20,8 @@ allow hal_audio audio_device:chr_file rw_file_perms; ...@@ -20,6 +20,8 @@ allow hal_audio audio_device:chr_file rw_file_perms;
# Needed to provide debug dump output via dumpsys' pipes. # Needed to provide debug dump output via dumpsys' pipes.
allow hal_audio shell:fd use; allow hal_audio shell:fd use;
allow hal_audio shell:fifo_file write; allow hal_audio shell:fifo_file write;
allow hal_audio dumpstate:fd use;
allow hal_audio dumpstate:fifo_file write;
### ###
### neverallow rules ### neverallow rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment