Skip to content
Snippets Groups Projects
Commit 0522774a authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 9969a4d2: Merge "Allow dumpsys"

* commit '9969a4d2':
  Allow dumpsys
parents c3928dc8 9969a4d2
No related branches found
No related tags found
No related merge requests found
# Rules common to all binder service domains # Rules common to all binder service domains
# Alow dumpstate to collect information from binder services # Allow dumpstate to collect information from binder services
allow binderservicedomain dumpstate:fd use; allow binderservicedomain dumpstate:fd use;
allow binderservicedomain dumpstate:unix_stream_socket { read write getopt getattr }; allow binderservicedomain dumpstate:unix_stream_socket { read write getopt getattr };
# Allow dumpsys to work from adb shell
allow binderservicedomain devpts:chr_file rw_file_perms;
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