From fcfa81283e6dc1a645b53425c99333ef6208638c Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 21 Apr 2009 22:22:08 +0000 Subject: [PATCH] * NEWS, configure.in: Enable --enable-account-tools-setuid by default for PAM builds, as it used to be before the introduction of this option. --- ChangeLog | 6 ++++++ NEWS | 2 ++ configure.in | 2 ++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 177ba7bb..790f3c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-04-21 Nicolas François + + * NEWS, configure.in: Enable --enable-account-tools-setuid by + default for PAM builds, as it used to be before the introduction + of this option. + 2009-04-21 Nicolas François * etc/pam.d/Makefile.am: Distribute all pam.d files, even if diff --git a/NEWS b/NEWS index 108e5d22..d997a04a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ $Id$ shadow-4.1.3.1 -> shadow-4.1.3.2 UNRELEASED +- packaging + * Enable --enable-account-tools-setuid by default for PAM builds. - login * Do not trust the current utmp entry's ut_line to set PAM_TTY. This could lead to DOS attacks. diff --git a/configure.in b/configure.in index 79bb6037..073eb27c 100644 --- a/configure.in +++ b/configure.in @@ -450,6 +450,8 @@ if test "$enable_acct_tools_setuid" != "no"; then else enable_acct_tools_setuid="no" fi + else + enable_acct_tools_setuid="yes" fi if test "$enable_acct_tools_setuid" = "yes"; then AC_DEFINE(ACCT_TOOLS_SETUID,