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
6c1362b2
Commit
6c1362b2
authored
8 years ago
by
Sandeep Patil
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
sepolicy: remove redudant rule for symlinks in /vendor/app
am:
f79d1904
Change-Id: I7bda1cd1af603adc5fbf142c66bdf5b6b146ad7f
parents
c98b275e
f79d1904
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/domain.te
+0
-5
0 additions, 5 deletions
public/domain.te
with
0 additions
and
5 deletions
public/domain.te
+
0
−
5
View file @
6c1362b2
...
...
@@ -131,11 +131,6 @@ full_treble_only(`
# through linker/loader.
allow domain vendor_file:dir { getattr search };
# Some apps (com.android.phone) need to be able to open
# symlinked libraries
# TODO: b/36806861
allow domain vendor_app_file:lnk_file { open read };
# Allow reading and executing out of /vendor to all vendor domains
allow { domain -coredomain } vendor_file_type:dir r_dir_perms;
allow { domain -coredomain } vendor_file_type:file { read open getattr execute };
...
...
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