Skip to content
Snippets Groups Projects
Commit e458f9ab authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Restore untrusted_app proc_net access. am: 5833e3f5

am: a321dde8

* commit 'a321dde8':
  Restore untrusted_app proc_net access.
parents f7f49b80 a321dde8
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,8 @@ dontaudit untrusted_app exec_type:file getattr; ...@@ -94,6 +94,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;
# access /proc/net/xt_qtguid/stats
r_dir_file(untrusted_app, proc_net)
### ###
### neverallow rules ### neverallow rules
......
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