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

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

* commit 'aeb110ce':
  init.te: Don't allow mounting on top of /proc
parents fd1c6e75 aeb110ce
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.
Finish editing this message first!
Please register or to comment