Merge "Allow init to mount on bionic libs and the dynamic linker"

This commit is contained in:
Treehugger Robot 2019-01-11 06:27:23 +00:00 committed by Gerrit Code Review
commit 5f49b8dcec

View File

@ -84,6 +84,9 @@ allow init device:dir mounton;
# Mount tmpfs on /apex
allow init apex_mnt_dir:dir mounton;
allow init system_lib_file:file mounton;
allow init system_linker_exec:file mounton;
# Create and remove symlinks in /.
allow init rootfs:lnk_file { create unlink };