Allow hal_codec2_server to read fifo_file

Test: m
Bug: 254050314
Change-Id: I5b2fc4fade7d9ff05af88044c0c779ac20478851
This commit is contained in:
Sungtak Lee 2023-11-28 10:01:32 +00:00
parent 8c225b0c73
commit 46c6c0e28e

View file

@ -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;