From: guido@trentalancia.net (Guido Trentalancia) Date: Thu, 29 Dec 2016 23:13:04 +0100 Subject: [refpolicy] [PATCH] kernel: add missing plymouth interface Message-ID: <1483049584.12123.5.camel@trentalancia.net> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Add a previously missed optional plymouth interface to the kernel module. Signed-off-by: Guido Trentalancia --- policy/modules/kernel/kernel.te | 2 ++ 1 file changed, 2 insertions(+) --- a/policy/modules/kernel/kernel.te 2016-12-27 22:41:00.664390360 +0100 +++ b/policy/modules/kernel/kernel.te 2016-12-29 22:15:06.228032395 +0100 @@ -384,6 +401,8 @@ optional_policy(` optional_policy(` plymouthd_read_lib_files(kernel_t) + plymouthd_read_spool_files(kernel_t) + term_use_ptmx(kernel_t) term_use_unallocated_ttys(kernel_t) ')