77d4731e9d
This prevents denials from being generated by the base policy. Over time, these rules will be incrementally tightened to improve security. Change-Id: I4be1c987a5d69ac784a56d42fc2c9063c402de11
8 lines
188 B
Text
8 lines
188 B
Text
# 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)
|