kernel can load modules
This commit is contained in:
parent
7f89c7efc6
commit
5496553038
@ -2,7 +2,7 @@
|
|||||||
# kernel_t is the domain of kernel threads.
|
# kernel_t is the domain of kernel threads.
|
||||||
# It is also the target type when checking permissions in the system class.
|
# It is also the target type when checking permissions in the system class.
|
||||||
#
|
#
|
||||||
type kernel_t;
|
type kernel_t, can_load_kernmodule;
|
||||||
role system_r types kernel_t;
|
role system_r types kernel_t;
|
||||||
|
|
||||||
domain_make_base_domain(kernel_t)
|
domain_make_base_domain(kernel_t)
|
||||||
|
Loading…
Reference in New Issue
Block a user