lists.arthurdejong.org
RSS feed

nss-pam-ldapd commit: r1756 - nss-pam-ldapd-0.7

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

nss-pam-ldapd commit: r1756 - nss-pam-ldapd-0.7



Author: arthur
Date: Sat Sep  8 18:00:08 2012
New Revision: 1756
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=1756&view=revision

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

Modified:
   nss-pam-ldapd-0.7/   (props changed)
   nss-pam-ldapd-0.7/Makefile.am

Modified: nss-pam-ldapd-0.7/Makefile.am
==============================================================================
--- nss-pam-ldapd-0.7/Makefile.am       Sat Sep  8 17:53:49 2012        (r1755)
+++ nss-pam-ldapd-0.7/Makefile.am       Sat Sep  8 18:00:08 2012        (r1756)
@@ -49,7 +49,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/