diff options
author | mvs <mvs@cvs.openbsd.org> | 2020-06-22 09:28:05 +0000 |
---|---|---|
committer | mvs <mvs@cvs.openbsd.org> | 2020-06-22 09:28:05 +0000 |
commit | f0998e8d205e95038dd3436b7990990019a9f3b2 (patch) | |
tree | 96fb5a83ce83ff33b09260af71828449d90d7726 /usr.sbin/npppd | |
parent | 862a8a2927775cc48b6e4b771990ee775653c502 (diff) |
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@
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r-- | usr.sbin/npppd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |