Merge changes from topic 'sspatil_vendor_rules_cleanup' into oc-dev
am: ed3458c2ee
Change-Id: I47746d594572760d25b569fb877351c4f1ea1628
This commit is contained in:
commit
faea9dc2ab
1 changed files with 2 additions and 5 deletions
|
@ -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: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(`
|
||||
# Everyone needs to lookup libraries in /vendor/lib(64)
|
||||
# through linker/loader.
|
||||
# This is required "most likely" for LD_LIBRARY_PATH
|
||||
# (b/36681074)
|
||||
allow domain vendor_file:dir { getattr search };
|
||||
|
||||
# Allow reading and executing out of /vendor to all vendor domains
|
||||
|
|
Loading…
Reference in a new issue