From: Bdale Garbee Date: Wed, 11 Jan 2012 23:02:17 +0000 (-0700) Subject: enable mail_badpass in sudoers by default X-Git-Tag: debian/1.8.3p1-3~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3b1b9b414509c269d10078042965f0053d36e9d8;p=debian%2Fsudo enable mail_badpass in sudoers by default --- 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