[Lunar-commits] r19489 - moonbase/trunk/security/Linux-PAM
Stefan Wold
ratler at lunar-linux.org
Mon Mar 27 18:41:41 UTC 2006
Author: ratler
Date: 2006-03-27 18:41:39 +0000 (Mon, 27 Mar 2006)
New Revision: 19489
Modified:
moonbase/trunk/security/Linux-PAM/BUILD
Log:
Forgot to check if a few binaries where setuid, apparently the makefile no
longer installed them setuid.
Modified: moonbase/trunk/security/Linux-PAM/BUILD
===================================================================
--- moonbase/trunk/security/Linux-PAM/BUILD 2006-03-27 18:17:41 UTC (rev 19488)
+++ moonbase/trunk/security/Linux-PAM/BUILD 2006-03-27 18:41:39 UTC (rev 19489)
@@ -10,6 +10,10 @@
sedit "s/examples//" Makefile &&
sedit "s/read yes//" conf/install_conf &&
default_make &&
+
+ # Makefile no longer setsuid on unix_chkpwd and pam_timestamp_check
+ chmod 4711 /sbin/unix_chkpwd &&
+ chmod 4711 /sbin/pam_timestamp_check &&
# Module documents are nice
if [ ! -d /usr/share/doc/Linux-PAM/text ]; then
More information about the Lunar-commits
mailing list