Merge pull request #46 from cgzones/update_readme

update README
This commit is contained in:
Chris PeBenito 2016-11-29 17:31:52 -05:00 committed by GitHub
commit dd20b09f12
1 changed files with 6 additions and 2 deletions

8
README
View File

@ -115,12 +115,16 @@ OUTPUT_POLICY Integer. Set the version of the policy created when
UNK_PERMS String. Set the kernel behavior for handling of
permissions defined in the kernel but missing from the
policy. The permissions can either be allowed, denied,
or the policy loading can be rejected.
policy. The permissions can either be allowed (allow),
denied (deny), or the policy loading can be rejected
(reject).
UBAC Boolean. If set, the SELinux user will be used
additionally for approximate role separation.
SYSTEMD Boolean. If set, sysdemd will be assumed the be the init
process provider.
MLS_SENS Integer. Set the number of sensitivities in the MLS
policy. Ignored on standard and MCS policies.