From: guido@trentalancia.net (Guido Trentalancia) Date: Fri, 30 Dec 2016 22:08:04 +0100 Subject: [refpolicy] [PATCH] plymouth: use the correct running domain for the client Message-ID: <1483132084.2893.3.camel@trentalancia.net> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com The plymouth client needs a domain for short running processes which are started by init scripts instead of an application domain. Signed-off-by: Guido Trentalancia --- policy/modules/contrib/plymouthd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -pru a/policy/modules/contrib/plymouthd.te b/policy/modules/contrib/plymouthd.te --- a/policy/modules/contrib/plymouthd.te 2016-12-22 23:12:59.391081860 +0100 +++ b/policy/modules/contrib/plymouthd.te 2016-12-30 21:58:06.300261216 +0100 @@ -7,7 +7,7 @@ policy_module(plymouthd, 1.3.1) type plymouth_t; type plymouth_exec_t; -application_domain(plymouth_t, plymouth_exec_t) +init_system_domain(plymouth_t, plymouth_exec_t) role system_r types plymouth_t; type plymouthd_t;