diff options
author | 2016-09-26 06:51:23 +0000 | |
---|---|---|
committer | 2016-09-26 06:51:23 +0000 | |
commit | d4c26090ec89c9f3f61ea831cefff2c33a633f91 (patch) | |
tree | fb7666b4bfc49888d5e3bace8ecdc3f1272c4757 | |
parent | sigsetmask() and sigblock() are no longer used by any setjmp implementation (diff) | |
download | wireguard-openbsd-d4c26090ec89c9f3f61ea831cefff2c33a633f91.tar.xz wireguard-openbsd-d4c26090ec89c9f3f61ea831cefff2c33a633f91.zip |
Add /etc/acme-client.conf to mtree/special and changelist.
ok deraadt@ sthen@ florian@
-rw-r--r-- | etc/changelist | 3 | ||||
-rw-r--r-- | etc/mtree/special | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/etc/changelist b/etc/changelist index 0eecd16290e..56ffc279394 100644 --- a/etc/changelist +++ b/etc/changelist @@ -1,4 +1,4 @@ -# $OpenBSD: changelist,v 1.112 2016/04/20 12:41:30 sthen Exp $ +# $OpenBSD: changelist,v 1.113 2016/09/26 06:51:23 ajacoutot Exp $ # # List of files which the security script backs up and checks # for modifications. @@ -8,6 +8,7 @@ # /etc/Distfile +/etc/acme-client.conf /etc/adduser.conf /etc/adduser.message /etc/bgpd.conf diff --git a/etc/mtree/special b/etc/mtree/special index e50ca189f19..f507e04c91e 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.120 2016/08/09 21:24:32 halex Exp $ +# $OpenBSD: special,v 1.121 2016/09/26 06:51:23 ajacoutot Exp $ # # Hand-crafted mtree specification for the dangerous files. # @@ -13,6 +13,7 @@ mem type=char mode=0640 uname=root gname=kmem .. #dev etc type=dir mode=0755 uname=root gname=wheel +acme-client.conf type=file mode=0644 uname=root gname=wheel optional bgpd.conf type=file mode=0600 uname=root gname=wheel optional chio.conf type=file mode=0644 uname=root gname=operator optional crontab type=file mode=0600 uname=root gname=wheel optional |