install both ld.so with mode 444
authorderaadt <deraadt@openbsd.org>
Tue, 16 Dec 2014 23:59:47 +0000 (23:59 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 16 Dec 2014 23:59:47 +0000 (23:59 +0000)
libexec/ld.so/Makefile

index 612d46a..1f8ace1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.51 2014/12/16 20:53:12 pascal Exp $
+#      $OpenBSD: Makefile,v 1.52 2014/12/16 23:59:47 deraadt Exp $
 
 SUBDIR=ldconfig ldd
 MAN=   ld.so.1
@@ -9,6 +9,7 @@ MAN=    ld.so.1
 NOPROG=
 .else
 PROG=  ld.so
+BINMODE=444
 
 VPATH=${.CURDIR}/../../lib/libc/string
 
@@ -52,7 +53,7 @@ $(PROG): $(test_prog)
 .endif
 
 afterinstall:
-       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
+       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
            ${.OBJDIR}/ld.so ${DESTDIR}/sbin/ld.so
 
 .include <bsd.prog.mk>