aboutsummaryrefslogtreecommitdiff
path: root/shell_user.te
blob: 8b51003dfe90c2867af25cdcfdbb03ddf4ee525a (plain)
1
2
3
4
5
6
7
8
# Domain for shell processes spawned by ADB
type shell, domain;
type shell_exec, exec_type, file_type;
unconfined_domain(shell)

# Run app_process.
# XXX Split into its own domain?
app_domain(shell)