From 3b1b9b414509c269d10078042965f0053d36e9d8 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 11 Jan 2012 16:02:17 -0700 Subject: [PATCH] enable mail_badpass in sudoers by default --- debian/changelog | 3 ++- debian/sudoers | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fef9256..6f9c1b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,9 @@ sudo (1.8.3p1-3) unstable; urgency=low * add init.d status support, closes: #641782 * make sudo-ldap package manage a sudoers entry in nsswitch.conf, closes: #610600, #639530 + * enable mail_badpass in the default sudoers file, closes: #641218 - -- Bdale Garbee Wed, 11 Jan 2012 14:59:11 -0700 + -- Bdale Garbee Wed, 11 Jan 2012 16:01:00 -0700 sudo (1.8.3p1-2) unstable; urgency=low diff --git a/debian/sudoers b/debian/sudoers index 3949158..d4cc632 100644 --- a/debian/sudoers +++ b/debian/sudoers @@ -7,6 +7,7 @@ # See the man page for details on how to write a sudoers file. # Defaults env_reset +Defaults mail_badpass Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" # Host alias specification -- 2.47.2