shell.te 188 Bytes
Newer Older
1
# Domain for shell processes spawned by ADB
repo sync's avatar
repo sync committed
2
type shell, domain;
Stephen Smalley's avatar
Stephen Smalley committed
3
type shell_exec, file_type;
repo sync's avatar
repo sync committed
4
unconfined_domain(shell)
Stephen Smalley's avatar
Stephen Smalley committed
5 6 7 8

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