* 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:
nekral-guest
2011-11-21 22:02:15 +00:00
parent e570b8ded4
commit 360f12cd44
5 changed files with 44 additions and 19 deletions

View File

@@ -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>

View File

@@ -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>