platform_system_sepolicy/shell.te
Nick Kralevich 5c9c3121b1 Move shell into enforcing for everyone.
Change-Id: Id1eb5f7524181aaa17d0ce26219167a5b05cfd4f
2014-01-24 10:59:15 -08:00

12 lines
296 B
Text

# Domain for shell processes spawned by ADB
type shell, domain, shelldomain, mlstrustedsubject;
type shell_exec, exec_type, file_type;
# Create and use network sockets.
net_domain(shell)
# Run app_process.
# XXX Transition into its own domain?
app_domain(shell)
# inherits from shelldomain.te