kernel: add missing plymouth interface

Add a previously missed optional plymouth interface to the kernel
module.

Signed-off-by: Guido Trentalancia <guido@trentalancia.net>
This commit is contained in:
Guido Trentalancia 2016-12-29 23:13:04 +01:00 committed by Chris PeBenito
parent 1c9c592a2f
commit cd85f4705d
1 changed files with 2 additions and 0 deletions

View File

@ -384,6 +384,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)
')