Allow hal_codec2_server to read fifo_file
Test: m Bug: 254050314 Change-Id: I5b2fc4fade7d9ff05af88044c0c779ac20478851
This commit is contained in:
parent
8c225b0c73
commit
46c6c0e28e
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@ allow hal_codec2_server bufferhubd:fd use;
|
|||
|
||||
allow hal_codec2_client ion_device:chr_file r_file_perms;
|
||||
|
||||
# codec2 aidl graphic buffer allocation waitable object
|
||||
allow hal_codec2_server su:fifo_file read;
|
||||
allow hal_codec2_server mediaserver:fifo_file read;
|
||||
allow hal_codec2_server untrusted_app:fifo_file read;
|
||||
|
|
Loading…
Reference in a new issue