Merge "Allow dex2oat access to symlinks in APEXes to find DCLA libs." into main am: 9f8e315bc8
am: 22af70c4b9
am: 2239b4e016
am: 33f980db75
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2673696 Change-Id: I36f61d79616b066b75a702455f8fcf67d137d324 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cf350b60ee
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ allow dex2oat postinstall_file:file { execute getattr open };
|
|||
|
||||
# Allow dex2oat access to /postinstall/apex.
|
||||
allow dex2oat postinstall_apex_mnt_dir:dir { getattr search };
|
||||
allow dex2oat postinstall_apex_mnt_dir:file r_file_perms;
|
||||
allow dex2oat postinstall_apex_mnt_dir:{ file lnk_file } r_file_perms;
|
||||
|
||||
# Allow dex2oat access to files in /data/ota.
|
||||
allow dex2oat ota_data_file:dir ra_dir_perms;
|
||||
|
|
Loading…
Reference in a new issue