Skip to content
Snippets Groups Projects
Commit a82c3d57 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "sepolicy: allow apps to execute libs embedded inside vendor apk" into oc-dev

parents 02a101a6 86539031
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment