mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
verifypw when used in a boolean TRUE context should be "all", not "any".
This commit is contained in:
parent
57ab7279b1
commit
f5c359ee06
@ -15,8 +15,8 @@ static struct def_values def_data_listpw[] = {
|
||||
|
||||
static struct def_values def_data_verifypw[] = {
|
||||
{ "never", never },
|
||||
{ "any", any },
|
||||
{ "all", all },
|
||||
{ "any", any },
|
||||
{ "always", always },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
@ -172,7 +172,7 @@ listpw
|
||||
verifypw
|
||||
T_TUPLE|T_BOOL
|
||||
"When to require a password for 'verify' pseudocommand: %s"
|
||||
never any all always
|
||||
never all any always
|
||||
noexec
|
||||
T_FLAG
|
||||
"Preload the dummy exec functions contained in 'noexec_file'"
|
||||
|
Loading…
x
Reference in New Issue
Block a user