Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
9565c5cef209be6a9bc392e6a1352aaaad5bdc23
/
.
/
init_shell.te
blob: 900826efedd2b3d60807f6216d0f2a4079099203 [
file
] [
log
] [
blame
]
# Restricted domain for shell processes spawned by init
type init_shell
,
domain
;
permissive init_shell
;
domain_auto_trans
(
init
,
shell_exec
,
init_shell
)
unconfined_domain
(
init_shell
)