From 84e532d1fe26ce8dfb415b946b38103159c893d40f19719513f718ad6ae7158c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 18 Jan 2007 00:38:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=2 --- pam.changes | 5 +++++ pam.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pam.changes b/pam.changes index 7132366..29b6eb9 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 17 14:00:03 CET 2007 - lnussel@suse.de + +- install unix_chkpwd setuid root instead of setgid shadow (#216816) + ------------------------------------------------------------------- Tue Oct 24 14:26:51 CEST 2006 - kukuk@suse.de diff --git a/pam.spec b/pam.spec index 6b9a273..7f1a6cb 100644 --- a/pam.spec +++ b/pam.spec @@ -1,7 +1,7 @@ # # spec file for package pam (Version 0.99.6.3) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -23,7 +23,7 @@ License: Beerware, Cardware, Shareware (not restricted), BSD License and Group: System/Libraries Autoreqprov: on Version: 0.99.6.3 -Release: 16 +Release: 29 Summary: A security tool that provides authentication for applications Obsoletes: pam-laus Source: Linux-PAM-%{version}.tar.bz2 @@ -229,7 +229,7 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/security/pam_wheel.so /%{_lib}/security/pam_xauth.so /sbin/pam_tally -%attr (2755,root,shadow)/sbin/unix_chkpwd +%attr (4755,root,shadow)/sbin/unix_chkpwd %files devel %defattr(644,root,root,755) @@ -242,6 +242,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libpam_misc.so %changelog -n pam +* Wed Jan 17 2007 - lnussel@suse.de +- install unix_chkpwd setuid root instead of setgid shadow (#216816) * Tue Oct 24 2006 - kukuk@suse.de - pam_unix.so/unix_chkpwd: teach about blowfish [#213929] - pam_namespace.so: Fix two possible buffer overflow