Tue Apr 16 19:06:07 2024 UTC (23d)
Pull up following revision(s) (requested by kim in ticket #1824):
	etc/mtree/special: revision 1.172
Add /etc/sshd/ssh_host_ed25519_key* .


(martin)
diff -r1.167.2.1 -r1.167.2.2 src/etc/mtree/special

cvs diff -r1.167.2.1 -r1.167.2.2 src/etc/mtree/special (expand / switch to unified diff)

--- src/etc/mtree/special 2020/06/30 18:22:48 1.167.2.1
+++ src/etc/mtree/special 2024/04/16 19:06:07 1.167.2.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: special,v 1.167.2.1 2020/06/30 18:22:48 martin Exp $ 1# $NetBSD: special,v 1.167.2.2 2024/04/16 19:06:07 martin Exp $
2# @(#)special 8.2 (Berkeley) 1/23/94 2# @(#)special 8.2 (Berkeley) 1/23/94
3# 3#
4# This file may be overwritten on upgrades. 4# This file may be overwritten on upgrades.
5# Put your custom specifications in /etc/mtree/special.local instead. 5# Put your custom specifications in /etc/mtree/special.local instead.
6# See security.conf(5) for details. 6# See security.conf(5) for details.
7 7
8# 8#
9# /etc/security checks: 9# /etc/security checks:
10# - All of these are checked if $check_mtree is enabled. 10# - All of these are checked if $check_mtree is enabled.
11# - Files with "nodiff" tags are highlighted if they change. 11# - Files with "nodiff" tags are highlighted if they change.
12# - Files without "nodiff" or "exclude" tags are displayed 12# - Files without "nodiff" or "exclude" tags are displayed
13# with diff(1)s if $check_changelist is enabled. 13# with diff(1)s if $check_changelist is enabled.
14# 14#
@@ -327,26 +327,28 @@ @@ -327,26 +327,28 @@
327./etc/security.conf type=file mode=0644 327./etc/security.conf type=file mode=0644
328./etc/security.local type=file mode=0644 optional 328./etc/security.local type=file mode=0644 optional
329./etc/services type=file mode=0644 329./etc/services type=file mode=0644
330./etc/shells type=file mode=0644 330./etc/shells type=file mode=0644
331./etc/shosts.equiv type=file mode=0600 optional tags=nodiff 331./etc/shosts.equiv type=file mode=0600 optional tags=nodiff
332./etc/skel type=dir mode=0755 optional 332./etc/skel type=dir mode=0755 optional
333./etc/spwd.db type=file mode=0600 tags=exclude tags=nodiff 333./etc/spwd.db type=file mode=0600 tags=exclude tags=nodiff
334./etc/ssh type=dir mode=0755 optional 334./etc/ssh type=dir mode=0755 optional
335./etc/ssh/ssh_config type=file mode=0644 optional 335./etc/ssh/ssh_config type=file mode=0644 optional
336./etc/ssh/ssh_host_dsa_key type=file mode=0600 optional tags=nodiff 336./etc/ssh/ssh_host_dsa_key type=file mode=0600 optional tags=nodiff
337./etc/ssh/ssh_host_dsa_key.pub type=file mode=0644 optional 337./etc/ssh/ssh_host_dsa_key.pub type=file mode=0644 optional
338./etc/ssh/ssh_host_ecdsa_key type=file mode=0600 optional tags=nodiff 338./etc/ssh/ssh_host_ecdsa_key type=file mode=0600 optional tags=nodiff
339./etc/ssh/ssh_host_ecdsa_key.pub type=file mode=0644 optional 339./etc/ssh/ssh_host_ecdsa_key.pub type=file mode=0644 optional
 340./etc/ssh/ssh_host_ed25519_key type=file mode=0600 optional tags=nodiff
 341./etc/ssh/ssh_host_ed25519_key.pub type=file mode=0644 optional
340./etc/ssh/ssh_host_key type=file mode=0600 optional tags=nodiff tags=nodiff 342./etc/ssh/ssh_host_key type=file mode=0600 optional tags=nodiff tags=nodiff
341./etc/ssh/ssh_host_key.pub type=file mode=0644 optional 343./etc/ssh/ssh_host_key.pub type=file mode=0644 optional
342./etc/ssh/ssh_host_rsa_key type=file mode=0600 optional tags=nodiff 344./etc/ssh/ssh_host_rsa_key type=file mode=0600 optional tags=nodiff
343./etc/ssh/ssh_host_rsa_key.pub type=file mode=0644 optional 345./etc/ssh/ssh_host_rsa_key.pub type=file mode=0644 optional
344./etc/ssh/ssh_known_hosts type=file mode=0644 optional 346./etc/ssh/ssh_known_hosts type=file mode=0644 optional
345./etc/ssh/ssh_known_hosts2 type=file mode=0644 optional 347./etc/ssh/ssh_known_hosts2 type=file mode=0644 optional
346./etc/ssh/sshd_config type=file mode=0644 optional 348./etc/ssh/sshd_config type=file mode=0644 optional
347./etc/sysctl.conf type=file mode=0644 349./etc/sysctl.conf type=file mode=0644
348./etc/syslog.conf type=file mode=0644 350./etc/syslog.conf type=file mode=0644
349./etc/ttyaction type=file mode=0644 optional 351./etc/ttyaction type=file mode=0644 optional
350./etc/ttys type=file mode=0644 352./etc/ttys type=file mode=0644
351./etc/usermgmt.conf type=file mode=0644 optional 353./etc/usermgmt.conf type=file mode=0644 optional
352./etc/weekly type=file mode=0644 354./etc/weekly type=file mode=0644