Allow hal_codec2_server to read fifo_file from non-isolated apps

Bug: 254050314
Test: m
Change-Id: I5f645988264523cfae5ffcf299691473be41c2ac
This commit is contained in:
Sungtak Lee 2024-01-13 00:55:23 +00:00
parent d4205898ec
commit 45906c7d9a

View File

@ -29,5 +29,4 @@ 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 platform_app:fifo_file read;
allow hal_codec2_server untrusted_app_all:fifo_file read;
allow hal_codec2_server { appdomain -isolated_app_all }:fifo_file read;