From 119e127a3ecd8d21bf61923194f66c861d671dc1 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 15 Nov 2023 05:20:49 +0100 Subject: [PATCH] sdm660-common: sepolicy: isolated_app -> isolated_app_all Change-Id: I10b09afe41b927875d1f7c37d6fc18b75ae1250a Signed-off-by: Immanuel Raj --- sepolicy/vendor/app.te | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sepolicy/vendor/app.te b/sepolicy/vendor/app.te index def8a3eb..71f955d9 100644 --- a/sepolicy/vendor/app.te +++ b/sepolicy/vendor/app.te @@ -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)