Skip to content
Snippets Groups Projects
Commit 6e4bcbe6 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

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
parent 0cbedfdf
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,6 @@ allow untrusted_app proc_meminfo:file r_file_perms; ...@@ -99,7 +99,6 @@ allow untrusted_app proc_meminfo:file r_file_perms;
# https://code.google.com/p/chromium/issues/detail?id=586021 # https://code.google.com/p/chromium/issues/detail?id=586021
allow untrusted_app proc:file r_file_perms; allow untrusted_app proc:file r_file_perms;
auditallow untrusted_app proc:file r_file_perms;
# access /proc/net/xt_qtguid/stats # access /proc/net/xt_qtguid/stats
r_dir_file(untrusted_app, proc_net) r_dir_file(untrusted_app, proc_net)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment