Skip to content
Snippets Groups Projects
Commit 003a9b54 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

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

am: 524b0650

Change-Id: I893d97b9a6383ef1914bfbda43606dfaad6554e4
parents 093bcd99 524b0650
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ full_treble_only(` ...@@ -114,6 +114,7 @@ full_treble_only(`
# Allow apps access to /vendor/app except for privileged # Allow apps access to /vendor/app except for privileged
# apps which cannot be in /vendor. # apps which cannot be in /vendor.
r_dir_file({ appdomain -ephemeral_app -untrusted_v2_app }, vendor_app_file) 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 # Allow apps access to /vendor/overlay
r_dir_file(appdomain, vendor_overlay_file) 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