From: Bdale Garbee Date: Tue, 27 Sep 2011 02:34:17 +0000 (-0600) Subject: change pam config to use common-session-noninteractive X-Git-Tag: debian/1.8.2-2~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3d9b09ddb728109630f007a963da64031cc7d32a;p=debian%2Fsudo change pam config to use common-session-noninteractive --- diff --git a/debian/changelog b/debian/changelog index c19f36a..4d89444 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ sudo (1.8.2-2) UNRELEASED; urgency=low [ Bdale Garbee ] * patch from upstream for SIGBUS on sparc64, closes: #640304 + * use common-session-noninteractive in the pam config to reduce log noise + when sudo is used in cron, etc, closes: #519700 - -- Bdale Garbee Mon, 26 Sep 2011 19:14:59 -0600 + -- Bdale Garbee Mon, 26 Sep 2011 20:33:40 -0600 sudo (1.8.2-1) unstable; urgency=low diff --git a/debian/sudo.pam b/debian/sudo.pam index 3e42c5c..68c261a 100644 --- a/debian/sudo.pam +++ b/debian/sudo.pam @@ -2,4 +2,4 @@ @include common-auth @include common-account -@include common-session +@include common-session-noninteractive