platform_system_sepolicy/shell_user.te

10 lines
243 B
Text
Raw Normal View History

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