Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
003a9b54
Commit
003a9b54
authored
7 years ago
by
Jiyong Park
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
private/app.te
+1
-0
1 addition, 0 deletions
private/app.te
with
1 addition
and
0 deletions
private/app.te
+
1
−
0
View file @
003a9b54
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment