diff --git a/private/app.te b/private/app.te index 12144f2663b46386e997c6197c9164b7652cfa30..33c51fc6eb6805afd10cfb0a33ee3e3abcf23ed9 100644 --- a/private/app.te +++ b/private/app.te @@ -114,6 +114,7 @@ full_treble_only(` # Allow apps access to /vendor/app except for privileged # apps which cannot be in /vendor. r_dir_file({ appdomain -ephemeral_app -untrusted_v2_app }, vendor_app_file) +allow { appdomain -ephemeral_app -untrusted_v2_app } vendor_app_file:file execute; # Allow apps access to /vendor/overlay r_dir_file(appdomain, vendor_overlay_file)