Skip to content
Snippets Groups Projects
Commit b64ea383 authored by dcashman's avatar dcashman
Browse files

Remove procfs file read perm from untrusted_app.

Bug: 26813932
Change-Id: I155087d28d9284d8c96554cc6739bb676272a00f
parent edd86a63
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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