diff options
Diffstat (limited to 'man/usermod.8.xml')
-rw-r--r-- | man/usermod.8.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/man/usermod.8.xml b/man/usermod.8.xml index 7e1342c..349248b 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -510,6 +510,23 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term> + <option>--selinux-range</option> <replaceable>SERANGE</replaceable> + </term> + <listitem> + <para> + defines the SELinux MLS range for the new account. + Note that the shadow system doesn't store the selinux-range, + it uses <citerefentry><refentrytitle>semanage</refentrytitle> + <manvolnum>8</manvolnum></citerefentry> for that. + </para> + <para> + This option is only valid if the <option>-Z</option> (or + <option>--selinux-user</option>) option is specified. + </para> + </listitem> + </varlistentry> </variablelist> </refsect1> @@ -562,7 +579,7 @@ <varlistentry condition="gshadow"> <term><filename>/etc/gshadow</filename></term> <listitem> - <para>Secure group account informatio.</para> + <para>Secure group account information</para> </listitem> </varlistentry> <varlistentry> |