ad5315d442
Bug: 13464830 Change-Id: Ib0a627e6d5c0114d269bb3bf8dc29a945768081d
16 lines
368 B
Text
16 lines
368 B
Text
# 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
|