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

Temporarily allow untrusted_app to read proc files.

am: 2193f766

* commit '2193f766':
  Temporarily allow untrusted_app to read proc files.
parents 701b7d3c 2193f766
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,10 @@ allow untrusted_app self:process ptrace; ...@@ -89,6 +89,10 @@ allow untrusted_app self:process ptrace;
# for files. Suppress the denials when they occur. # for files. Suppress the denials when they occur.
dontaudit untrusted_app exec_type:file getattr; dontaudit untrusted_app exec_type:file getattr;
# TODO: access of /proc/meminfo, give specific label or switch to
# using meminfo service
allow untrusted_app proc:file r_file_perms;
### ###
### neverallow rules ### neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment