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:
committed by
Sebastiano Barezzi
parent
c18424dcdd
commit
7ecb6578b6
10
sepolicy/vendor/app.te
vendored
10
sepolicy/vendor/app.te
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user