Make kernel / init enforcing

Start running in enforcing mode for kernel / init.
This should be mostly a no-op, as the kernel / init
is in the unconfined domain.

Change-Id: I8273d936c9a4eecb50b78ae93490a4dd52f59eb6
This commit is contained in:
Nick Kralevich 2013-11-08 15:44:30 -08:00
parent a771671877
commit b1d81645b3
2 changed files with 0 additions and 2 deletions

View file

@ -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)

View file

@ -1,6 +1,5 @@
# Life begins with the kernel.
type kernel, domain;
permissive kernel;
# The kernel is unconfined.
unconfined_domain(kernel)
relabelto_domain(kernel)