Skip to content
Snippets Groups Projects
Commit 94414672 authored by Daniel Cashman's avatar Daniel Cashman Committed by Android (Google) Code Review
Browse files

Merge "Auditallow untrusted_app procfs access." into nyc-dev

parents f3d2e02f a8a1faae
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,8 @@ dontaudit untrusted_app exec_type:file getattr; ...@@ -96,6 +96,8 @@ dontaudit untrusted_app exec_type:file getattr;
# TODO: access of /proc/meminfo, give specific label or switch to # TODO: access of /proc/meminfo, give specific label or switch to
# using meminfo service # using meminfo service
allow untrusted_app proc:file r_file_perms; allow untrusted_app proc:file r_file_perms;
# https://code.google.com/p/chromium/issues/detail?id=586021
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