Reland "Allow dexopt to follow /odm/lib(64) symlinks."" am: a6d9d6b68a
am: ee92ff78be
Change-Id: I9a52c76e5c7d72d848f0594e01a437f4a88bb455
This commit is contained in:
commit
94f3850de9
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ allow dex2oat postinstall_dexopt:fd use;
|
|||
|
||||
allow dex2oat postinstall_file:dir { getattr search };
|
||||
allow dex2oat postinstall_file:filesystem getattr;
|
||||
allow dex2oat postinstall_file:lnk_file read;
|
||||
allow dex2oat postinstall_file:lnk_file { getattr read };
|
||||
|
||||
# Allow dex2oat access to files in /data/ota.
|
||||
allow dex2oat ota_data_file:dir ra_dir_perms;
|
||||
|
|
|
@ -9,7 +9,7 @@ allow postinstall_dexopt self:global_capability_class_set { chown dac_override f
|
|||
|
||||
allow postinstall_dexopt postinstall_file:filesystem getattr;
|
||||
allow postinstall_dexopt postinstall_file:dir { getattr search };
|
||||
allow postinstall_dexopt postinstall_file:lnk_file read;
|
||||
allow postinstall_dexopt postinstall_file:lnk_file { getattr read };
|
||||
allow postinstall_dexopt proc_filesystems:file { getattr open read };
|
||||
allow postinstall_dexopt tmpfs:file read;
|
||||
|
||||
|
|
Loading…
Reference in a new issue