Skip to content
Snippets Groups Projects
Commit 65384426 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am d5892b4c: Allow shell to read /proc/pid/attr/current for ps -Z.

* commit 'd5892b4c':
  Allow shell to read /proc/pid/attr/current for ps -Z.
parents 68cd16ba d5892b4c
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,9 @@ service_manager_local_audit_domain(shell)
allow shell domain:dir { search open read getattr };
allow shell domain:{ file lnk_file } { open read getattr };
# allow shell to read /proc/pid/attr/current for ps -Z
allow shell domain:process getattr;
# enable shell domain to read/write files/dirs for bootchart data
# User will creates the start and stop file via adb shell
# and read other files created by init process under /data/bootchart
......
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