* src/useradd.c: Remove unused Zflg.
This commit is contained in:
parent
f8d47df43b
commit
905e14ee83
@ -1,3 +1,7 @@
|
|||||||
|
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* src/useradd.c: Remove unused Zflg.
|
||||||
|
|
||||||
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
|
2011-07-30 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* src/chgpasswd.c: Fix typo sp -> sg. sg_namp -> sg_name
|
* src/chgpasswd.c: Fix typo sp -> sg. sg_namp -> sg_name
|
||||||
|
@ -148,8 +148,7 @@ static bool
|
|||||||
rflg = false, /* create a system account */
|
rflg = false, /* create a system account */
|
||||||
sflg = false, /* shell program for new account */
|
sflg = false, /* shell program for new account */
|
||||||
uflg = false, /* specify user ID for new account */
|
uflg = false, /* specify user ID for new account */
|
||||||
Uflg = false, /* create a group having the same name as the user */
|
Uflg = false; /* create a group having the same name as the user */
|
||||||
Zflg = false; /* new selinux user */
|
|
||||||
|
|
||||||
static bool home_added = false;
|
static bool home_added = false;
|
||||||
|
|
||||||
@ -1201,7 +1200,6 @@ static void process_flags (int argc, char **argv)
|
|||||||
case 'Z':
|
case 'Z':
|
||||||
if (is_selinux_enabled () > 0) {
|
if (is_selinux_enabled () > 0) {
|
||||||
user_selinux = optarg;
|
user_selinux = optarg;
|
||||||
Zflg = true;
|
|
||||||
} else {
|
} else {
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
_("%s: -Z requires SELinux enabled kernel\n"),
|
_("%s: -Z requires SELinux enabled kernel\n"),
|
||||||
|
Loading…
Reference in New Issue
Block a user