Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
f6bf7ef70c08c176189a85292547f49013f9890e
/
.
/
binderservicedomain.te
blob: a67d5856e9adcf09efc18c3eee4cb81f1065a945 [
file
] [
log
] [
blame
]
# Rules common to all binder service domains
# Alow dumpstate to collect information from binder services
allow binderservicedomain dumpstate
:
fd
use
;
allow binderservicedomain dumpstate
:
unix_stream_socket
{
read write getopt getattr
};