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:
parent
1c9c592a2f
commit
cd85f4705d
|
@ -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)
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue