Remove procfs file read perm from untrusted_app.
Bug: 26813932 Change-Id: I155087d28d9284d8c96554cc6739bb676272a00f
This commit is contained in:
parent
edd86a6367
commit
b64ea38366
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue