blob: 4e7d61453ec5a1f0298677f3c837238993c3a124 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
# $OpenBSD: changelist,v 1.16 2001/05/04 15:57:11 millert Exp $
#
# List of files which the security script backs up and checks
# for modifications.
#
# Files prefixed with a '+' will have their md5 checksums stored,
# not the actual files.
#
/etc/Distfile
/etc/bootparams
/etc/bootptab
/etc/ccd.conf
/etc/changelist
/etc/crontab
/etc/csh.cshrc
/etc/csh.login
/etc/csh.logout
/etc/daily
/etc/daily.local
/etc/dhcpd.conf
/etc/distfile
/etc/dm.conf
/etc/exports
/etc/fbtab
/etc/fstab
/etc/ftpusers
/etc/gettytab
/etc/group
/etc/hosts
/etc/hosts.allow
/etc/hosts.deny
/etc/hosts.equiv
/etc/hosts.lpd
/etc/inetd.conf
/etc/ipf.rules
/etc/ipnat.rules
/etc/locate.rc
/etc/mail.rc
/etc/mailer.conf
/etc/man.conf
/etc/master.passwd
/etc/monthly
/etc/monthly.local
/etc/mygate
/etc/myname
/etc/named.boot
/etc/netgroup
/etc/netstart
/etc/networks
/etc/newsyslog.conf
/etc/passwd
/etc/passwd.conf
/etc/printcap
/etc/protocols
/etc/rbootd.conf
/etc/rc
/etc/rc.conf
/etc/rc.conf.local
/etc/rc.local
/etc/rc.securelevel
/etc/rc.shutdown
/etc/remote
/etc/resolv.conf
/etc/rpc
/etc/security
/etc/services
/etc/shells
/etc/shosts.equiv
/etc/slip.hosts
/etc/slip.login
+/etc/ssh_host_dsa_key
/etc/ssh_host_dsa_key.pub
+/etc/ssh_host_rsa_key
/etc/ssh_host_rsa_key.pub
+/etc/ssh_host_key
/etc/ssh_host_key.pub
/etc/sshd_config
/etc/sudoers
/etc/syslog.conf
/etc/sysctl.conf
/etc/ttys
/etc/weekly
/etc/weekly.local
/etc/mail/aliases
/etc/mail/sendmail.cf
/etc/mail/local-host-names
/root/.cshrc
/root/.klogin
/root/.login
/root/.profile
/root/.rhosts
/root/.shosts
/root/.ssh/authorized_keys
/var/cron/allow
/var/cron/deny
/var/cron/tabs/root
/var/named/named.boot
/var/www/conf/httpd.conf
/var/www/conf/srm.conf
/var/www/conf/access.conf
/var/www/conf/mime.types
/var/yp/Makefile.main
/var/yp/Makefile.yp
|