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;