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

* commit 'e05487acc37875cd2f9e1648063ec8d6f9eade89':
  init.te: Don't allow mounting on top of /proc
This commit is contained in:
Nick Kralevich 2015-04-25 23:38:48 +00:00 committed by Android Git Automerger
commit aeb110ce39

View file

@ -45,8 +45,6 @@ allow init self:capability sys_admin;
allow init rootfs:dir create_dir_perms;
allow init rootfs:dir mounton;
allow init proc:dir mounton;
# Mount on /dev/usb-ffs/adb.
allow init device:dir mounton;