diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 16:18:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 16:18:37 +0000 |
commit | b6b00dd55e035bfbe311a527b567962ffa77ee43 (patch) | |
tree | cafc4d13785448e5a78bd40a51697ee07f07ac12 /man/usermod.8.xml | |
parent | Adding debian version 1:4.13+dfsg1-5. (diff) | |
download | shadow-b6b00dd55e035bfbe311a527b567962ffa77ee43.tar.xz shadow-b6b00dd55e035bfbe311a527b567962ffa77ee43.zip |
Merging upstream version 1:4.15.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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> |