sdm660-common: sepolicy: isolated_app -> isolated_app_all
Change-Id: I10b09afe41b927875d1f7c37d6fc18b75ae1250a Signed-off-by: Immanuel Raj <iamimmanuelraj@gmail.com>
This commit is contained in:
parent
eb568ef5cf
commit
119e127a3e
1 changed files with 4 additions and 4 deletions
8
sepolicy/vendor/app.te
vendored
8
sepolicy/vendor/app.te
vendored
|
@ -1,8 +1,8 @@
|
|||
get_prop({ appdomain -isolated_app }, hal_fingerprint_prop)
|
||||
get_prop({ appdomain -isolated_app }, mlipay_prop)
|
||||
get_prop({ appdomain -isolated_app_all }, hal_fingerprint_prop)
|
||||
get_prop({ appdomain -isolated_app_all }, mlipay_prop)
|
||||
|
||||
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_all } adsprpcd_file:dir r_dir_perms;
|
||||
allow { appdomain -isolated_app_all } public_adsprpcd_file:file r_file_perms;
|
||||
|
||||
get_prop(appdomain, exported_camera_prop)
|
||||
get_prop(appdomain, vendor_camera_prop)
|
||||
|
|
Loading…
Reference in a new issue