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