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

* commit 'aeb110ce39e8aa7917979927fad56b828701e797':
  init.te: Don't allow mounting on top of /proc
diff --git a/init.te b/init.te
index 9f68bb8..9f624ba 100644
--- a/init.te
+++ b/init.te
@@ -45,8 +45,6 @@
 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;