Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
51946bc87e510a3fef6bc87dd49c4a4ce3cc532b
/
.
/
shell.te
blob: 89bc9becbac389d1661f433751341690b9c23c08 [
file
] [
log
] [
blame
]
# Domain for shell processes spawned by ADB
type shell
,
domain
;
type shell_exec
,
file_type
;
unconfined_domain
(
shell
)
# Run app_process.
# XXX Split into its own domain?
app_domain
(
shell
)