* commit 'bc4484b2c29b7cc1598b6d09328888e5fe696913': Make kernel / init enforcing
This commit is contained in:
commit
fb2ca12e25
2 changed files with 0 additions and 2 deletions
1
init.te
1
init.te
|
@ -1,6 +1,5 @@
|
|||
# init switches to init domain (via init.rc).
|
||||
type init, domain;
|
||||
permissive init;
|
||||
# init is unconfined.
|
||||
unconfined_domain(init)
|
||||
tmpfs_domain(init)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Life begins with the kernel.
|
||||
type kernel, domain;
|
||||
permissive kernel;
|
||||
# The kernel is unconfined.
|
||||
unconfined_domain(kernel)
|
||||
relabelto_domain(kernel)
|
||||
|
|
Loading…
Reference in a new issue