kernel: low-priority update

Update the kernel module with some low priority fixes.

Signed-off-by: Guido Trentalancia <guido@trentalancia.net>
This commit is contained in:
Guido Trentalancia 2017-04-29 20:17:47 +02:00 committed by Chris PeBenito
parent f81025dc03
commit efc6502e8f
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,7 @@ dev_setattr_generic_blk_files(kernel_t)
dev_setattr_generic_chr_files(kernel_t)
dev_getattr_fs(kernel_t)
dev_getattr_sysfs(kernel_t)
dev_write_kmsg(kernel_t)
# Mount root file system. Used when loading a policy
# from initrd, then mounting the root filesystem
@ -384,6 +385,7 @@ optional_policy(`
optional_policy(`
plymouthd_read_lib_files(kernel_t)
plymouthd_read_pid_files(kernel_t)
plymouthd_read_spool_files(kernel_t)
term_use_ptmx(kernel_t)