From 3d9b09ddb728109630f007a963da64031cc7d32a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 26 Sep 2011 20:34:17 -0600 Subject: [PATCH] change pam config to use common-session-noninteractive --- debian/changelog | 4 +++- debian/sudo.pam | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.2