Skip to content
Snippets Groups Projects
Commit bc1388d3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Make kernel / init enforcing"

parents 56f39193 b1d81645
Branches
Tags
No related merge requests found
# init switches to init domain (via init.rc).
type init, domain;
permissive init;
# init is unconfined.
unconfined_domain(init)
tmpfs_domain(init)
......
# Life begins with the kernel.
type kernel, domain;
permissive kernel;
# The kernel is unconfined.
unconfined_domain(kernel)
relabelto_domain(kernel)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment