Skip to content
Snippets Groups Projects
Commit 22477045 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "init: allow rootfs symlink removal"

parents 0780f30c 8809341c
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ allow init rootfs:dir mounton;
# Mount on /dev/usb-ffs/adb.
allow init device:dir mounton;
# Create symlinks in /.
allow init rootfs:lnk_file create;
# Create and remove symlinks in /.
allow init rootfs:lnk_file { create unlink };
# Mount debugfs on /sys/kernel/debug.
allow init sysfs:dir mounton;
......
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