aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcashman <dcashman@google.com>2016-03-07 10:24:14 -0800
committerdcashman <dcashman@google.com>2016-03-07 10:24:14 -0800
commitb64ea38366ca3acb7b8ee7bc15600bd8456fd693 (patch)
tree0df1ad769449a40513e5ef43130443a79954eda2
parentedd86a63672b718448ad115b079aeb8f11d6bb90 (diff)
downloadsepolicy-b64ea38366ca3acb7b8ee7bc15600bd8456fd693.tar.gz
Remove procfs file read perm from untrusted_app.
Bug: 26813932 Change-Id: I155087d28d9284d8c96554cc6739bb676272a00f
-rw-r--r--untrusted_app.te4
1 files changed, 0 insertions, 4 deletions
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 @@ 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)