diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 16:18:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 16:18:36 +0000 |
commit | 6c3ea4f47ea280811a7fe53a22f7832e4533c9ec (patch) | |
tree | 3d7ed5da23b5dbf6f9e450dfb61642832249c31e /man/usermod.8.xml | |
parent | Adding upstream version 1:4.13+dfsg1. (diff) | |
download | shadow-upstream/1%4.15.2.tar.xz shadow-upstream/1%4.15.2.zip |
Adding upstream version 1:4.15.2.upstream/1%4.15.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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> |