diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-12 09:49:22 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-08-12 09:49:22 +0000 |
commit | 293be95b2d791960cc33be836d82e2988b99817b (patch) | |
tree | 862683caf610a65e24fe104c65d5045138fad92e /etc | |
parent | 364ececef74f2f1c20551e9f62dd5c1cfb6dbb87 (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/Makefile | 4 |
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; \ |