Skip to content
Snippets Groups Projects
Commit bc4484b2 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am bc1388d3: Merge "Make kernel / init enforcing"

* commit 'bc1388d3':
  Make kernel / init enforcing
parents 14f95109 bc1388d3
No related branches found
No related tags found
No related merge requests found
# init switches to init domain (via init.rc). # init switches to init domain (via init.rc).
type init, domain; type init, domain;
permissive init;
# init is unconfined. # init is unconfined.
unconfined_domain(init) unconfined_domain(init)
tmpfs_domain(init) tmpfs_domain(init)
......
# Life begins with the kernel. # Life begins with the kernel.
type kernel, domain; type kernel, domain;
permissive kernel;
# The kernel is unconfined. # The kernel is unconfined.
unconfined_domain(kernel) unconfined_domain(kernel)
relabelto_domain(kernel) relabelto_domain(kernel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment