From 6e4bcbe6daa3c959fceb86ae97a8a267e6e9212a Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Mon, 7 Mar 2016 09:00:34 -0800 Subject: [PATCH] DO NOT MERGE: untrusted_app: drop /proc auditallow It's unlikely we'll get /proc locked down for the N release, so delete the auditallow to avoid spamming the logs. Mark this commit as DO NOT MERGE so we can continue to make progress on this for future Android releases. Change-Id: Ibf27bc5cb1b23c21e123aae8a4f190560d0ac2dc --- untrusted_app.te | 1 - 1 file changed, 1 deletion(-) diff --git a/untrusted_app.te b/untrusted_app.te index bc062beff..4ec7b6c69 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -99,7 +99,6 @@ 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