aboutsummaryrefslogtreecommitdiffstats
path: root/shell.te
blob: 94ad762db5d8eecd58915e516b209809eefed478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Domain for shell processes spawned by ADB or console service.
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)

# logd access
read_logd(shell)
control_logd(shell)

# inherits from shelldomain.te