blob: 5b7463e93938b613876dd2d33338e1e3f7d2f79c [file] [log] [blame]
# init switches to init domain (via init.rc).
type init, domain;
permissive init;
# init is unconfined.
unconfined_domain(init)
tmpfs_domain(init)
# add a rule to handle unlabelled mounts
allow init unlabeled:filesystem mount;