]> git.pld-linux.org Git - packages/nss_db.git/commitdiff
- security fix: shadow map CAN'T be word readable - set 640 permission.
authorkloczek <kloczek@pld-linux.org>
Thu, 9 Aug 2001 16:47:02 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nss_db-chmod_644.patch -> 1.2

nss_db-chmod_644.patch

index 69d93d8a686a8c0af2a11fcb3df51ced87f43acd..ca161d25738c48707cf92d69c6d0936a5f751db1 100644 (file)
@@ -53,5 +53,5 @@ diff -urN nss_db-2.2.orig/db-Makefile nss_db-2.2/db-Makefile
                           gsub(/[ \t]+/, " "); \
                           if(end == 1) printf "%s", $$0; else print }' $^ | \
        $(MAKEDB) -o $@ -
-+      chmod 644 $@
++      chmod 640 $@
        @echo "done."
This page took 0.12532 seconds and 4 git commands to generate.