kernel can load modules

This commit is contained in:
Chris PeBenito 2005-04-19 13:52:45 +00:00
parent 7f89c7efc6
commit 5496553038

View File

@ -2,7 +2,7 @@
# kernel_t is the domain of kernel threads.
# 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;
domain_make_base_domain(kernel_t)