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

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
No related tags found
No related merge requests found
...@@ -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
......
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