From 45aad3ccd7eeb8095b7f9e900277946cbd42c8b1 Mon Sep 17 00:00:00 2001 From: claudio <> Date: Mon, 12 Aug 2019 09:49:21 +0000 Subject: [PATCH] There is no reason why the TAL files are installed only readable by root these are public files. Agreed by deraadt@ (and florian@) --- src/etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index feb52ef2..b4c3456a 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.470 2019/06/19 16:20:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.471 2019/08/12 09:49:21 claudio Exp $ .include @@ -154,7 +154,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 pap-secrets \ ${DESTDIR}/etc/ppp cd rpki; \ - ${INSTALL} -c -o root -g wheel -m 600 \ + ${INSTALL} -c -o root -g wheel -m 644 \ afrinic.tal apnic.tal lacnic.tal ripe.tal \ ${DESTDIR}/etc/rpki cd examples; \