lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1704 - nss-pam-ldapd

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd commit: r1704 - nss-pam-ldapd



Author: arthur
Date: Fri Jun 15 23:29:05 2012
New Revision: 1704
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1704&view=revision

Log:
install the default configuration file with reduced permissions (further 
protection for CVE-2009-1073)

Modified:
   nss-pam-ldapd/Makefile.am

Modified: nss-pam-ldapd/Makefile.am
==============================================================================
--- nss-pam-ldapd/Makefile.am   Fri Jun 15 23:15:00 2012        (r1703)
+++ nss-pam-ldapd/Makefile.am   Fri Jun 15 23:29:05 2012        (r1704)
@@ -53,7 +53,7 @@
          echo "$(DESTDIR)$(NSLCD_CONF_PATH) already exists, install will not 
overwrite"; \
        else \
          $(mkinstalldirs) `dirname $(DESTDIR)$(NSLCD_CONF_PATH)`; \
-         $(INSTALL_DATA) $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
+         $(INSTALL) -m 600 $(srcdir)/nslcd.conf $(DESTDIR)$(NSLCD_CONF_PATH); \
        fi
 uninstall-nslcd_conf:
        -rm -f $(DESTDIR)$(NSLCD_CONF_PATH)
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/