Skip to content
Snippets Groups Projects
Commit aeb110ce authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am e05487ac: init.te: Don\'t allow mounting on top of /proc

* commit 'e05487ac':
  init.te: Don't allow mounting on top of /proc
parents 20f38b98 e05487ac
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,6 @@ allow init self:capability sys_admin; ...@@ -45,8 +45,6 @@ allow init self:capability sys_admin;
allow init rootfs:dir create_dir_perms; allow init rootfs:dir create_dir_perms;
allow init rootfs:dir mounton; allow init rootfs:dir mounton;
allow init proc:dir mounton;
# Mount on /dev/usb-ffs/adb. # Mount on /dev/usb-ffs/adb.
allow init device:dir mounton; allow init device:dir mounton;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment