blob: 5b7463e93938b613876dd2d33338e1e3f7d2f79c [file] [log] [blame]
Stephen Smalley2dd4e512012-01-04 12:33:27 -05001# init switches to init domain (via init.rc).
2type init, domain;
repo sync50e37b92013-05-14 21:02:55 -07003permissive init;
Stephen Smalley2dd4e512012-01-04 12:33:27 -05004# init is unconfined.
5unconfined_domain(init)
6tmpfs_domain(init)
repo sync77d47312013-05-17 17:11:29 -07007# add a rule to handle unlabelled mounts
8allow init unlabeled:filesystem mount;