* src/usermod.c, man/usermod.8.xml: usermod -Z "" removes the
SELinux user mapping for the modified user. * src/useradd.c: Zflg is #defined as user_selinux non empty.
This commit is contained in:
@@ -507,7 +507,7 @@
|
||||
<para>
|
||||
The SELinux user for the user's login. The default is to leave this
|
||||
field blank, which causes the system to select the default SELinux
|
||||
user.
|
||||
user.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@@ -377,9 +377,12 @@
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The SELinux user for the user's login. The default is to leave
|
||||
this field the blank, which causes the system to select the
|
||||
default SELinux user.
|
||||
The new SELinux user for the user's login.
|
||||
</para>
|
||||
<para>
|
||||
A blank <replaceable>SEUSER</replaceable> will remove the
|
||||
SELinux user mapping for user <replaceable>LOGIN</replaceable>
|
||||
(if any).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user