Skip to content
Snippets Groups Projects
Commit 66a13524 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Allow init to mount on bionic libs and the dynamic linker" am: 5f49b8dc am: 107897bd

am: 0f72468a

Change-Id: Ia245c2ba7cc39115c69ca640af4e970991ab18c1
parents bb535bfe 0f72468a
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,9 @@ allow init device:dir mounton; ...@@ -84,6 +84,9 @@ allow init device:dir mounton;
# Mount tmpfs on /apex # Mount tmpfs on /apex
allow init apex_mnt_dir:dir mounton; 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 /. # Create and remove symlinks in /.
allow init rootfs:lnk_file { create unlink }; allow init rootfs:lnk_file { create unlink };
......
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