From 150387e0d69f68d8c06480beee6bb539e25ecbaa Mon Sep 17 00:00:00 2001 From: natano <> Date: Sun, 11 Sep 2016 14:31:02 +0000 Subject: Files in /etc/ssl belong to root. ok deraadt --- src/lib/libcrypto/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 411acf2f0b..71c3e89fb6 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2016/09/04 17:59:26 jsing Exp $ +# $OpenBSD: Makefile,v 1.5 2016/09/11 14:31:02 natano Exp $ LIB= crypto @@ -424,11 +424,11 @@ all beforedepend: ${GENERATED} distribution: - ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/openssl.cnf ${DESTDIR}/etc/ssl/openssl.cnf && \ - ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/cert.pem ${DESTDIR}/etc/ssl/cert.pem && \ - ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/x509v3.cnf ${DESTDIR}/etc/ssl/x509v3.cnf ${PC_FILES}: opensslv.h -- cgit v1.2.3-55-g6feb