summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2019-08-12 09:49:22 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2019-08-12 09:49:22 +0000
commit293be95b2d791960cc33be836d82e2988b99817b (patch)
tree862683caf610a65e24fe104c65d5045138fad92e /etc
parent364ececef74f2f1c20551e9f62dd5c1cfb6dbb87 (diff)
There is no reason why the TAL files are installed only readable by root
these are public files. Agreed by deraadt@ (and florian@)
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index feb52ef28a4..b4c3456af86 100644
--- a/etc/Makefile
+++ b/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 <bsd.own.mk>
@@ -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; \