aboutsummaryrefslogtreecommitdiff
path: root/security/sudo/files/patch-plugins_sudoers_parse.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2019-10-14 18:23:57 +0000
committerRenato Botelho <garga@FreeBSD.org>2019-10-14 18:23:57 +0000
commit1e2c1a39480213c1979112e3b57fa8bcd73e1512 (patch)
tree69b60daeae5d300d87fbdb1b3e924e4cfb65ea1c /security/sudo/files/patch-plugins_sudoers_parse.c
parent49a508ab07bdb4ce29b158720c4c2b99e6960fee (diff)
downloadports-release/12.1.0.tar.gz
ports-release/12.1.0.zip
MFH: r514465release/12.1.0
security/sudo: Update to 1.8.28 Sponsored by: Rubicon Communications, LLC (Netgate) Approved by: ports-secteam (delphij)
Diffstat (limited to 'security/sudo/files/patch-plugins_sudoers_parse.c')
-rw-r--r--security/sudo/files/patch-plugins_sudoers_parse.c11
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);