* NEWS, configure.in: Enable --enable-account-tools-setuid by
default for PAM builds, as it used to be before the introduction of this option.
This commit is contained in:
parent
fba5cad820
commit
fcfa81283e
@ -1,3 +1,9 @@
|
||||
2009-04-21 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* 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 <nicolas.francois@centraliens.net>
|
||||
|
||||
* etc/pam.d/Makefile.am: Distribute all pam.d files, even if
|
||||
|
2
NEWS
2
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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user