diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-05 09:12:16 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-05 09:12:16 +0000 |
commit | 2120c385a0ddf40ce321a0f56a6617ea7702fd64 (patch) | |
tree | 6e13000a3220fb0988271fff2b7967fd28f6934c /etc/mtree | |
parent | 971106f9d186eff7932e7a76d4c8c5b818020379 (diff) |
remove doas.conf since the permission check is too onerous.
the doas program itself will refuse to use an insecure config file.
(changelist will continue to watch for changes, as well.)
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/special | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/mtree/special b/etc/mtree/special index e891a8b010e..2335b18aa18 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.115 2015/08/03 04:19:25 yasuoka Exp $ +# $OpenBSD: special,v 1.116 2015/12/05 09:12:15 tedu Exp $ # # Hand-crafted mtree specification for the dangerous files. # @@ -22,7 +22,6 @@ csh.logout type=file mode=0644 uname=root gname=wheel daily type=file mode=0644 uname=root gname=wheel daily.local type=file mode=0644 uname=root gname=wheel optional dhcpd.conf type=file mode=0644 uname=root gname=wheel optional -doas.conf type=file mode=0640 uname=root gname=wheel optional dvmrpd.conf type=file mode=0600 uname=root gname=wheel optional exports type=file mode=0644 uname=root gname=wheel optional fbtab type=file mode=0644 uname=root gname=wheel |