blob: cf2943da6f73b2d44e3977a8dd2822b9fd17daf5 [file] [log] [blame]
Nick Kralevich09e6abd2013-12-13 22:19:45 -08001# Rules common to all binder service domains
2
Nick Kralevich51538902013-12-19 18:18:32 -08003# Allow dumpstate to collect information from binder services
Nick Kralevich09e6abd2013-12-13 22:19:45 -08004allow binderservicedomain dumpstate:fd use;
5allow binderservicedomain dumpstate:unix_stream_socket { read write getopt getattr };
Nick Kralevich51538902013-12-19 18:18:32 -08006
7# Allow dumpsys to work from adb shell
8allow binderservicedomain devpts:chr_file rw_file_perms;