Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
011094cc445c42774c55298cb9aceb9e5519d2ff
/
.
/
runas.te
blob: 50295a9b953bf120ec819bc190983fd6e21f62b0 [
file
] [
log
] [
blame
]
type runas
,
domain
;
type runas_exec
,
file_type
;
permissive runas
;
unconfined_domain
(
runas
)
# ndk-gdb invokes adb shell run-as.
domain_auto_trans
(
shell
,
runas_exec
,
runas
)