From b64ea38366ca3acb7b8ee7bc15600bd8456fd693 Mon Sep 17 00:00:00 2001
From: dcashman <dcashman@google.com>
Date: Mon, 7 Mar 2016 10:24:14 -0800
Subject: [PATCH] Remove procfs file read perm from untrusted_app.

Bug: 26813932
Change-Id: I155087d28d9284d8c96554cc6739bb676272a00f
---
 untrusted_app.te | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/untrusted_app.te b/untrusted_app.te
index a61c595a1..9c2855dee 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -92,10 +92,6 @@ dontaudit untrusted_app exec_type:file getattr;
 # 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)
 
-- 
GitLab