Merge "Remove procfs file read perm from untrusted_app."
diff --git a/untrusted_app.te b/untrusted_app.te
index a61c595..9c2855d 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -92,10 +92,6 @@
 # TODO: switch to meminfo service
 allow untrusted_app proc_meminfo:file r_file_perms;
 
-# https://code.google.com/p/chromium/issues/detail?id=586021
-allow untrusted_app proc:file r_file_perms;
-auditallow untrusted_app proc:file r_file_perms;
-
 # access /proc/net/xt_qtguid/stats
 r_dir_file(untrusted_app, proc_net)