mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 16:25:25 +00:00
verifypw when used in a boolean TRUE context should be "all", not "any".
This commit is contained in:
@@ -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 },
|
||||
};
|
||||
|
Reference in New Issue
Block a user