SmartAudio/package/security/sepolicy-demo/src/shell.te

9 lines
188 B
Plaintext

# Domain for shell processes spawned by ADB
type shell, domain;
type shell_exec, file_type;
unconfined_domain(shell)
# Run app_process.
# XXX Split into its own domain?
app_domain(shell)