From f0998e8d205e95038dd3436b7990990019a9f3b2 Mon Sep 17 00:00:00 2001 From: mvs Date: Mon, 22 Jun 2020 09:28:05 +0000 Subject: Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can store radius passwords and nothing requires it to be group readable. ok yasuoka@ --- usr.sbin/npppd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/npppd') diff --git a/usr.sbin/npppd/Makefile b/usr.sbin/npppd/Makefile index 1dd8011d128..8f79e04c2aa 100644 --- a/usr.sbin/npppd/Makefile +++ b/usr.sbin/npppd/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $ +# $OpenBSD: Makefile,v 1.7 2020/06/22 09:28:04 mvs Exp $ # -# $Id: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $ +# $Id: Makefile,v 1.7 2020/06/22 09:28:04 mvs Exp $ # SUBDIR+= npppd distribution: - ${INSTALL} -C -o root -g wheel -m 0640 ${.CURDIR}/npppd/npppd.conf \ + ${INSTALL} -C -o root -g wheel -m 0600 ${.CURDIR}/npppd/npppd.conf \ ${DESTDIR}/etc/npppd/npppd.conf ${INSTALL} -C -o root -g wheel -m 0600 ${.CURDIR}/npppd/npppd-users \ ${DESTDIR}/etc/npppd/npppd-users -- cgit v1.2.3