sm8150-common: Replace isolated_app with isolated_app_all

Replace certain policies for isolated_app with the newly introduced
isolated_app_all for better scalability.

Bug: 265540209
Test: m
Change-Id: I1b6866d56f15089babe368bb60335c7ed99bdd6b
This commit is contained in:
Charles Chen
2023-03-15 22:34:15 +00:00
committed by Sebastiano Barezzi
parent c18424dcdd
commit 7ecb6578b6

View File

@@ -1,6 +1,6 @@
allow { appdomain -isolated_app } adsprpcd_file:dir r_dir_perms;
allow { appdomain -isolated_app } public_adsprpcd_file:file r_file_perms;
allow { appdomain -isolated_app } vendor_xdsp_device:chr_file r_file_perms;
allow { appdomain -isolated_app_all } adsprpcd_file:dir r_dir_perms;
allow { appdomain -isolated_app_all } public_adsprpcd_file:file r_file_perms;
allow { appdomain -isolated_app_all } vendor_xdsp_device:chr_file r_file_perms;
get_prop({ appdomain -isolated_app }, vendor_fingerprint_prop)
get_prop({ appdomain -isolated_app }, vendor_tee_listener_prop)
get_prop({ appdomain -isolated_app_all }, vendor_fingerprint_prop)
get_prop({ appdomain -isolated_app_all }, vendor_tee_listener_prop)