Skip to content
Snippets Groups Projects
Commit 5f49b8dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 9b9c7879 b55762da
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