* selinux is an optional feature
* unix_integration: add selinux config option
On SELinux systems, this setting controls whether SELinux relabeling of
newly created home directories should be performed. The default value of
this is on (even on non-SELinux systems), but the tasks daemon will
perform an additional runtime check for SELinux support and will disable
this feature automatically if this check fails.
* unix_integration: wire up home dir selinux labeling
* unix_integration: create equivalence rules in SELinux policy for aliases
* book: document selinux setting
* Add myself to CONTRIBUTORS.md
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
* Fix use-reset-token command hint
running
`kanidm person credential create-reset-token`
prints out information how to do credential reset.
This fixes the provided cli command.
* Update book with use-reset-token
* Update kanidm.rs on use-reset-token
The documentation for integrations was not path relative and would 404
in all links to documentation. This fixes them by pointing to the parent
directory