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

* commit 'e05487acc37875cd2f9e1648063ec8d6f9eade89':
  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;