2013-05-06 22:24:27 +02:00
|
|
|
# Restricted domain for shell processes spawned by init
|
2013-10-23 19:25:53 +02:00
|
|
|
type init_shell, domain, shelldomain;
|
2013-05-06 22:24:27 +02:00
|
|
|
domain_auto_trans(init, shell_exec, init_shell)
|
2013-05-18 02:11:29 +02:00
|
|
|
unconfined_domain(init_shell)
|
2013-10-23 19:25:53 +02:00
|
|
|
|
|
|
|
# inherits from shelldomain.te
|