Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
ae2a35c6dd07a4253f864891d4d93260f626321c
/
.
/
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
};