Browse Source

Change chio.conf's group ownership to operator and mode to 644.

At this time, there is no sensitive information in that file.
ok beck@, millert@, jdixon@, deraadt@
OPENBSD_4_3
merdely 16 years ago
parent
commit
86d88e353e
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/etc/Makefile
  2. +2
    -2
      src/etc/mtree/special

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.254 2007/10/08 12:16:35 norby Exp $
# $OpenBSD: Makefile,v 1.255 2007/11/05 23:46:12 merdely Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -80,7 +80,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 ripd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 dvmrpd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 chio.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g operator -m 644 chio.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 hoststated.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 ipsec.conf ${DESTDIR}/etc


+ 2
- 2
src/etc/mtree/special View File

@ -1,4 +1,4 @@
# $OpenBSD: special,v 1.76 2007/10/08 12:16:35 norby Exp $
# $OpenBSD: special,v 1.77 2007/11/05 23:46:12 merdely Exp $
# $NetBSD: special,v 1.4 1996/05/08 21:30:18 pk Exp $
# @(#)special 8.2 (Berkeley) 1/23/94
#
@ -17,7 +17,7 @@ mem type=char mode=0640 uname=root gname=kmem
etc type=dir mode=0755 uname=root gname=wheel
bgpd.conf type=file mode=0600 uname=root gname=wheel
chio.conf type=file mode=0600 uname=root gname=wheel
chio.conf type=file mode=0644 uname=root gname=operator
crontab type=file mode=0600 uname=root gname=wheel optional
csh.cshrc type=file mode=0644 uname=root gname=wheel
csh.login type=file mode=0644 uname=root gname=wheel


Loading…
Cancel
Save