Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
sepolicy
/
d1083bf2103290df376ef67d3108d4cbfb59e392
/
.
/
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
)