Browse Source

Add /etc/acme-client.conf to mtree/special and changelist.

ok deraadt@ sthen@ florian@
OPENBSD_6_1
ajacoutot 8 years ago
parent
commit
602fe81286
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      src/etc/changelist
  2. +2
    -1
      src/etc/mtree/special

+ 2
- 1
src/etc/changelist View File

@ -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


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

@ -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


Loading…
Cancel
Save