Merge "Allow hal_codec2_server to read fifo_file from untrusted_app_all" into main
diff --git a/public/hal_codec2.te b/public/hal_codec2.te
index 472d894..60cda48 100644
--- a/public/hal_codec2.te
+++ b/public/hal_codec2.te
@@ -29,4 +29,4 @@
# 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;
+allow hal_codec2_server untrusted_app_all:fifo_file read;