shell.te 325 Bytes
Newer Older
1
# Domain for shell processes spawned by ADB
2
type shell, domain, shelldomain, mlstrustedsubject;
3
type shell_exec, exec_type, file_type;
Stephen Smalley's avatar
Stephen Smalley committed
4 5

# Run app_process.
6
# XXX Transition into its own domain?
Stephen Smalley's avatar
Stephen Smalley committed
7
app_domain(shell)
8

9
# userdebug/eng shell is also permissive to permit setenforce.
10
permissive shell;
11

12
# inherits from shelldomain.te