diff options
Diffstat (limited to 'security/sudo/files/patch-plugins_sudoers_parse.c')
-rw-r--r-- | security/sudo/files/patch-plugins_sudoers_parse.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/sudo/files/patch-plugins_sudoers_parse.c b/security/sudo/files/patch-plugins_sudoers_parse.c deleted file mode 100644 index d66f1b34cc3b..000000000000 --- a/security/sudo/files/patch-plugins_sudoers_parse.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/sudoers/parse.c.orig 2019-01-22 13:45:48 UTC -+++ plugins/sudoers/parse.c -@@ -60,7 +60,7 @@ sudoers_lookup_pseudo(struct sudo_nss_list *snl, struc - debug_decl(sudoers_lookup_pseudo, SUDOERS_DEBUG_PARSER) - - pwcheck = (pwflag == -1) ? never : sudo_defs_table[pwflag].sd_un.tuple; -- nopass = (pwcheck == all) ? true : false; -+ nopass = (pwcheck == never) ? true : false; - - if (list_pw == NULL) - SET(validated, FLAG_NO_CHECK); |