am bc4484b2: am bc1388d3: Merge "Make kernel / init enforcing"

* commit 'bc4484b2c29b7cc1598b6d09328888e5fe696913':
  Make kernel / init enforcing
This commit is contained in:
Nick Kralevich 2013-11-12 09:35:55 -08:00 committed by Android Git Automerger
commit fb2ca12e25
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)