Skip to content
Snippets Groups Projects
Commit 0eed3bea authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

sepolicy: remove redudant rule for symlinks in /vendor/app am: f79d1904

am: 6c1362b2

Change-Id: Id4a437ec7acbf362cd82690fe0d850dd0951c104
parents 88234ba4 6c1362b2
No related branches found
No related tags found
No related merge requests found
...@@ -131,11 +131,6 @@ full_treble_only(` ...@@ -131,11 +131,6 @@ full_treble_only(`
# through linker/loader. # through linker/loader.
allow domain vendor_file:dir { getattr search }; 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 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:dir r_dir_perms;
allow { domain -coredomain } vendor_file_type:file { read open getattr execute }; allow { domain -coredomain } vendor_file_type:file { read open getattr execute };
......
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