Module version bumps for patches from Guido Trentalancia.
This commit is contained in:
parent
b7f5fa6ac7
commit
f9c98632f5
|
@ -1,4 +1,4 @@
|
|||
policy_module(filesystem, 1.21.0)
|
||||
policy_module(filesystem, 1.21.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(kernel, 1.21.0)
|
||||
policy_module(kernel, 1.21.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(terminal, 1.15.0)
|
||||
policy_module(terminal, 1.15.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
policy_module(modutils, 1.16.0)
|
||||
policy_module(modutils, 1.16.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
# Declarations
|
||||
#
|
||||
|
||||
type kmod_t;
|
||||
typealias kmod_t alias { insmod_t depmod_t update_modules_t };
|
||||
|
||||
type kmod_exec_t;
|
||||
typealias kmod_exec_t alias { insmod_exec_t depmod_exec_t update_modules_exec_t };
|
||||
|
||||
type kmod_t alias { insmod_t depmod_t update_modules_t };
|
||||
type kmod_exec_t alias { insmod_exec_t depmod_exec_t update_modules_exec_t };
|
||||
application_domain(kmod_t, kmod_exec_t)
|
||||
mls_file_write_all_levels(kmod_t)
|
||||
role system_r types kmod_t;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
policy_module(userdomain, 4.12.0)
|
||||
policy_module(userdomain, 4.12.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue