change pam config to use common-session-noninteractive
authorBdale Garbee <bdale@gag.com>
Tue, 27 Sep 2011 02:34:17 +0000 (20:34 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 27 Sep 2011 02:34:17 +0000 (20:34 -0600)
debian/changelog
debian/sudo.pam

index c19f36a8c99b11109af54a271cab6246a80be995..4d89444ad2388e1c019ef313812aabeeb0378ed1 100644 (file)
@@ -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 <bdale@gag.com>  Mon, 26 Sep 2011 19:14:59 -0600
+ -- Bdale Garbee <bdale@gag.com>  Mon, 26 Sep 2011 20:33:40 -0600
 
 sudo (1.8.2-1) unstable; urgency=low
 
index 3e42c5c6da07722496b654bd2e11aa650c6c6353..68c261a616ef742f59b928cbcf4322369155cd06 100644 (file)
@@ -2,4 +2,4 @@
 
 @include common-auth
 @include common-account
-@include common-session
+@include common-session-noninteractive