From 39537e0e59c6a2b6dd247db14efd2e8fd5885c8d Mon Sep 17 00:00:00 2001 From: pjgowtham Date: Tue, 12 Mar 2024 19:32:39 +0530 Subject: [PATCH] sepolicy: Change -isolated-app to -isolated_app_all --- sepolicy/vendor/app.te | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sepolicy/vendor/app.te b/sepolicy/vendor/app.te index d6b1f35..706e35f 100644 --- a/sepolicy/vendor/app.te +++ b/sepolicy/vendor/app.te @@ -1,3 +1,3 @@ -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;