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
7b772981
Commit
7b772981
authored
7 years ago
by
Sandeep Patil
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge changes from topic 'sspatil_vendor_rules_cleanup' into oc-dev am:
ed3458c2
am:
faea9dc2
Change-Id: Ia1ca45499e8ef960c2d23aa20494fa1884e2f7b6
parents
0eed3bea
faea9dc2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/domain.te
+2
-5
2 additions, 5 deletions
public/domain.te
with
2 additions
and
5 deletions
public/domain.te
+
2
−
5
View file @
7b772981
...
@@ -123,12 +123,9 @@ allow domain same_process_hal_file:file { execute read open getattr };
...
@@ -123,12 +123,9 @@ allow domain same_process_hal_file:file { execute read open getattr };
allow domain vendor_configs_file:dir r_dir_perms;
allow domain vendor_configs_file:dir r_dir_perms;
allow domain vendor_configs_file:file { read open getattr };
allow domain vendor_configs_file:file { read open getattr };
# TODO: (b/36681074) - Remove after this is resolved
# TODO: (b/36680116, b/36656392, b/36681210) All need directory
# lookup to find / open their libraries
full_treble_only(`
full_treble_only(`
#
Everyone needs to lookup libraries in /vendor/lib(64)
#
This is required "most likely" for LD_LIBRARY_PATH
#
through linker/loader.
#
(b/36681074)
allow domain vendor_file:dir { getattr search };
allow domain vendor_file:dir { getattr search };
# Allow reading and executing out of /vendor to all vendor domains
# Allow reading and executing out of /vendor to all vendor domains
...
...
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