7b85d18ec41f2c6c28c5e370d567eff45ac4e33b
[ossec-hids.git] / debian / ossec-hids / var / ossec / etc / shared / cis_sles11_linux_rcl.txt
1 # OSSEC Linux Audit - (C) 2018 OSSEC Project
2 #
3 # Released under the same license as OSSEC.
4 # More details at the LICENSE file included with OSSEC or online
5 # at: https://github.com/ossec/ossec-hids/blob/master/LICENSE
6 #
7 # [Application name] [any or all] [reference]
8 # type:<entry name>;
9 #
10 # Type can be:
11 #             - f (for file or directory)
12 #             - p (process running)
13 #             - d (any file inside the directory)
14 #
15 # Additional values:
16 # For the registry and for directories, use "->" to look for a specific entry and another
17 # "->" to look for the value.
18 # Also, use " -> r:^\. -> ..." to search all files in a directory
19 # For files, use "->" to look for a specific value in the file.
20 #
21 # Values can be preceded by: =: (for equal) - default
22 #                             r: (for ossec regexes)
23 #                             >: (for strcmp greater)
24 #                             <: (for strcmp  lower)
25 # Multiple patterns can be specified by using " && " between them.
26 # (All of them must match for it to return true).
27
28
29 # CIS Checks for SUSE SLES 11
30 # Based on CIS Benchmark for SUSE Linux Enterprise Server 11 v1.1.0
31
32 # RC scripts location
33 $rc_dirs=/etc/rc.d/rc2.d,/etc/rc.d/rc3.d,/etc/rc.d/rc4.d,/etc/rc.d/rc5.d;
34
35
36 [CIS - Testing against the CIS SUSE Linux Enterprise Server 11 Benchmark v1.1.0] [any required] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
37 f:/etc/os-release -> r:^PRETTY_NAME="SUSE Linux Enterprise Server 11";
38 f:/etc/os-release -> r:^PRETTY_NAME="SUSE Linux Enterprise Server 11 SP1";
39 f:/etc/os-release -> r:^PRETTY_NAME="SUSE Linux Enterprise Server 11 SP2";
40 f:/etc/os-release -> r:^PRETTY_NAME="SUSE Linux Enterprise Server 11 SP3";
41 f:/etc/os-release -> r:^PRETTY_NAME="SUSE Linux Enterprise Server 11 SP4";
42
43 # 2.1 /tmp: partition
44 [CIS - SLES11 - 2.1 - Build considerations - Robust partition scheme - /tmp is not on its own partition {CIS: 2.2 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
45 f:/etc/fstab -> !r:/tmp;
46
47 # 2.2 /tmp: nodev
48 [CIS - SLES11 - 2.2 - Partition /tmp without 'nodev' set {CIS: 2.2 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
49 f:/etc/fstab -> !r:^# && r:/tmp && !r:nodev;
50
51 # 2.3 /tmp: nosuid
52 [CIS - SLES11 - 2.3 - Partition /tmp without 'nosuid' set {CIS: 2.3 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
53 f:/etc/fstab -> !r:^# && r:/tmp && !r:nosuid;
54
55 # 2.4 /tmp: noexec
56 [CIS - SLES11 - 2.4 - Partition /tmp without 'noexec' set {CIS: 2.4 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
57 f:/etc/fstab -> !r:^# && r:/tmp && !r:nodev;
58
59 # 2.5 Build considerations - Partition scheme.
60 [CIS - SLES11 - Build considerations - Robust partition scheme - /var is not on its own partition {CIS: 2.5 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
61 f:/etc/fstab -> !r^# && !r:/var;
62
63 # 2.6 bind mount /var/tmp to /tmp
64 [CIS - SLES11 - Build considerations - Robust partition scheme - /var/tmp is bound to /tmp {CIS: 2.6 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
65 f:/etc/fstab -> r:^# && !r:/var/tmp && !r:bind;
66
67 # 2.7 /var/log: partition
68 [CIS - SLES11 - Build considerations - Robust partition scheme - /var/log is not on its own partition {CIS: 2.7 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
69 f:/etc/fstab -> ^# && !r:/var/log;
70
71 # 2.8 /var/log/audit: partition
72 [CIS - SLES11 - Build considerations - Robust partition scheme - /var/log/audit is not on its own partition {CIS: 2.8 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
73 f:/etc/fstab -> ^# && !r:/var/log/audit;
74
75 # 2.9 /home: partition
76 [CIS - SLES11 - Build considerations - Robust partition scheme - /home is not on its own partition {CIS: 2.9 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
77 f:/etc/fstab -> ^# && !r:/home;
78
79 # 2.10 /home: nodev
80 [CIS - SLES11 - 2.10 -  Partition /home without 'nodev' set {CIS: 2.10 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
81 f:/etc/fstab -> !r:^# && r:/home && !r:nodev;
82
83 # 2.11 nodev on removable media partitions (not scored)
84 [CIS - SLES11 - 2.11 - Removable partition /media without 'nodev' set {CIS: 2.11 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
85 f:/etc/fstab -> !r:^# && r:/media && !r:nodev;
86
87 # 2.12 noexec on removable media partitions (not scored)
88 [CIS - SLES11 - 2.12 - Removable partition /media without 'noexec' set {CIS: 2.12 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
89 f:/etc/fstab -> !r:^# && r:/media && !r:noexec;
90
91 # 2.13 nosuid on removable media partitions (not scored)
92 [CIS - SLES11 - 2.13 - Removable partition /media without 'nosuid' set {CIS: 2.13 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
93 f:/etc/fstab -> !r:^# && r:/media && !r:nosuid;
94
95 # 2.14 /dev/shm: nodev
96 [CIS - SLES11 - 2.14 - /dev/shm without 'nodev' set {CIS: 2.14 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
97 f:/etc/fstab -> !r:^# && r:/dev/shm && !r:nodev;
98
99 # 2.15 /dev/shm: nosuid
100 [CIS - SLES11 - 2.15 - /dev/shm without 'nosuid' set {CIS: 2.15 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
101 f:/etc/fstab -> !r:^# && r:/dev/shm && !r:nosuid;
102
103 # 2.16 /dev/shm: noexec
104 [CIS - SLES11 - 2.16 - /dev/shm without 'noexec' set {CIS: 2.16 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
105 f:/etc/fstab -> !r:^# && r:/dev/shm && !r:noexec;
106
107 # 2.17 sticky bit on world writable directories (Scored)
108 # TODO
109
110 # 2.18 disable cramfs (not scored)
111
112 # 2.19 disable freevxfs (not scored)
113
114 # 2.20 disable jffs2 (not scored)
115
116 # 2.21 disable hfs (not scored)
117
118 # 2.22 disable hfsplus (not scored)
119
120 # 2.23 disable squashfs (not scored)
121
122 # 2.24 disable udf (not scored)
123
124 # 2.25 disable automounting (Scored)
125 # TODO
126
127 ###############################################
128 # 3  Secure Boot Settings
129 ###############################################
130
131 # 3.1 Set User/Group Owner on /etc/grub.conf
132 # TODO (no mode tests)
133 # stat -L -c "%u %g" /boot/grub2/grub.cfg | egrep "0 0"
134
135 # 3.2 Set Permissions on /etc/grub.conf (Scored)
136 # TODO (no mode tests)
137 #  stat -L -c "%a" /boot/grub2/grub.cfg | egrep ".00"
138
139 # 3.3 Set Boot Loader Password (Scored)
140 [CIS - SLES11 - 3.3 - GRUB Password not set {CIS: 3.3 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
141 f:/boot/grub2/grub.cfg -> !r:^# && !r:password;
142
143 # 3.4 Require Authentication for Single-User Mode (Scored)
144
145 # 3.5 Disable Interactive Boot (Scored)
146
147 ###############################################
148 # 4  Additional Process Hardening
149 ###############################################
150
151 # 4.1 Restrict Core Dumps (Scored)
152 [CIS - SLES11 - 4.1 - Interactive Boot not disabled {CIS: 4.1 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
153 f:/etc/security/limits.conf -> !r:^# && !r:hard\.+core\.+0;
154
155 # 4.2 Enable XD/NX Support on 32-bit x86 Systems (Not Scored)
156 # TODO
157
158 # 4.3 Enable Randomized Virtual Memory Region Placement (Scored)
159 [CIS - SLES11 - 4.3 - Randomized Virtual Memory Region Placement not enabled  {CIS: 4.3 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
160 f:/proc/sys/kernel/randomize_va_space -> 2;
161
162 # 4.4 Disable Prelink (Scored)
163 # TODO
164
165 # 4.5 Activate AppArmor (Scored)
166 # TODO
167
168 ###############################################
169 # 5 OS Services
170 ###############################################
171
172 ###############################################
173 # 5.1 Remove Legacy Services
174 ###############################################
175
176 # 5.1.1 Remove NIS Server (Scored)
177 [CIS - SLES11 - 5.1.1 - Disable standard boot services - NIS (server) Enabled {CIS: 5.1.1 SLES11} {PCI_DSS: 2.2.3}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
178 d:$rc_dirs -> ^S\d\dypserv$;
179
180 # 5.1.2 Remove NIS Client (Scored)
181 [CIS - SLES11 - 5.1.2 - Disable standard boot services - NIS (client) Enabled {CIS: 51.2 SLES11} {PCI_DSS: 2.2.3}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
182 d:$rc_dirs -> ^S\d\dypbind$;
183
184 # 5.1.3 Remove rsh-server (Scored)
185 [CIS - SLES11 - 5.1.3 - rsh/rlogin/rcp enabled on xinetd {CIS: 5.1.3 SLES11} {PCI_DSS: 2.2.3}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
186 f:/etc/xinetd.d/rlogin -> !r:^# && r:disable && r:no;
187 f:/etc/xinetd.d/rsh -> !r:^# && r:disable && r:no;
188 f:/etc/xinetd.d/shell -> !r:^# && r:disable && r:no;
189
190 # 5.1.4 Remove rsh client (Scored)
191 # TODO
192
193 # 5.1.5 Remove talk-server (Scored)
194 [CIS - SLES11 - 5.1.5 - talk enabled on xinetd {CIS: 5.1.5 SLES11} {PCI_DSS: 2.2.3}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
195 f:/etc/xinetd.d/talk -> !r:^# && r:disable && r:no;
196
197 # 5.1.6 Remove talk client (Scored)
198 # TODO
199
200 # 5.1.7 Remove telnet-server (Scored)
201 # TODO: detect it is installed at all
202 [CIS - SLES11 - 5.1.7 - Telnet enabled on xinetd {CIS: 5.1.7 SLES11} {PCI_DSS: 2.2.3}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
203 f:/etc/xinetd.d/telnet -> !r:^# && r:disable && r:no;
204
205 # 5.1.8 Remove tftp-server (Scored)
206 [CIS - SLES11 - 5.1.8 - tftpd enabled on xinetd {CIS: 5.1.8 SLES11} {PCI_DSS: 2.2.3}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
207 f:/etc/xinetd.d/tftpd -> !r:^# && r:disable && r:no;
208
209 # 5.1.9 Remove xinetd (Scored)
210 [CIS - SLES11 - 5.1.9 -  xinetd detected {CIS: 5.1.9 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
211
212 # 5.2 Disable chargen-udp (Scored)
213 [CIS - SLES11 - 5.2 -  chargen-udp enabled on xinetd {CIS: 5.2 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
214 f:/etc/xinetd.d/chargen-udp -> !r:^# && r:disable && r:no;
215
216 # 5.3 Disable chargen (Scored)
217 [CIS - SLES11 - 5.3 -  chargen enabled on xinetd {CIS: 5.3 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
218 f:/etc/xinetd.d/chargen -> !r:^# && r:disable && r:no;
219
220 # 5.4 Disable daytime-udp (Scored)
221 [CIS - SLES11 - 5.4 -  daytime-udp enabled on xinetd {CIS: 5.4 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
222 f:/etc/xinetd.d/daytime-udp -> !r:^# && r:disable && r:no;
223
224 # 5.5 Disable daytime (Scored)
225 [CIS - SLES11 - 5.5 -  daytime enabled on xinetd {CIS: 5.5 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
226 f:/etc/xinetd.d/daytime -> !r:^# && r:disable && r:no;
227
228
229 # 5.6 Disable echo-udp (Scored)
230 [CIS - SLES11 - 5.6 -  echo-udp enabled on xinetd {CIS: 5.6 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
231 f:/etc/xinetd.d/echo-udp -> !r:^# && r:disable && r:no;
232
233 # 5.7 Disable echo (Scored)
234 [CIS - SLES11 - 5.7 -  echo enabled on xinetd {CIS: 5.7 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
235 f:/etc/xinetd.d/echo -> !r:^# && r:disable && r:no;
236
237 # 5.8 Disable discard-udp (Scored)
238 [CIS - SLES11 - 5.8 -  discard-udp enabled on xinetd {CIS: 5.8 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
239 f:/etc/xinetd.d/discard-udp -> !r:^# && r:disable && r:no;
240
241 # 5.9 Disable discard (Scored)
242 [CIS - SLES11 - 5.9 -  discard enabled on xinetd {CIS: 5.9 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
243 f:/etc/xinetd.d/discard -> !r:^# && r:disable && r:no;
244
245 # 5.10 Disable time-udp (Scored)
246 [CIS - SLES11 - 5.10 -  time-udp enabled on xinetd {CIS: 5.10 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
247 f:/etc/xinetd.d/time-udp -> !r:^# && r:disable && r:no;
248
249 # 5.11 Disable time (Scored)
250 [CIS - SLES11 - 5.11 -  time enabled on xinetd {CIS: 5.11 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
251 f:/etc/xinetd.d/time -> !r:^# && r:disable && r:no;
252
253 ###############################################
254 # 6 Special Purpose Services
255 ###############################################
256
257 # 6.1 Remove X Windows (Scored)
258 [CIS - SLES11 - 6.1 - X11 not disabled {CIS: 6.1 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
259 f:/etc/inittab -> !r:^# && r:id:5;
260
261 # 6.2 Disable Avahi Server (Scored)
262 [CIS - SLES11 - 6.2 - Avahi daemon not disabled {CIS: 6.2 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
263 p:avahi-daemon;
264
265 # 6.3 Disable Print Server - CUPS (Not Scored)
266 #TODO
267
268 # 6.4 Remove DHCP Server (Scored)
269 #[CIS - SLES11 - 6.4 - DHCPnot disabled {CIS: 6.4 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
270 d:$rc_dirs -> ^S\d\dhcpd$;
271 d:$rc_dirs -> ^S\d\dhcpd6$;
272
273 # 6.5 Configure Network Time Protocol (NTP) (Scored)
274 #TODO Chrony
275 [CIS - SLES11 - 6.5 - NTPD not Configured {CIS: 6.5 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
276 f:/etc/ntp.conf -> r:restrict default kod nomodify notrap nopeer noquery && r:^server;
277 f:/etc/sysconfig/ntpd -> r:OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid";
278
279 # 6.6 Remove LDAP (Not Scored)
280 #TODO
281
282 # 6.7 Disable NFS and RPC (Not Scored)
283 [CIS - SLES11 - 6.7 - Disable standard boot services - NFS Enabled {CIS: 6.7 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
284 d:$rc_dirs -> ^S\d\dnfs$;
285 d:$rc_dirs -> ^S\d\dnfslock$;
286
287 # 6.8 Remove DNS Server (Not Scored)
288 # TODO
289
290 # 6.9 Remove FTP Server (Not Scored)
291 [CIS - SLES11 - 6.9 - VSFTP enabled on xinetd {CIS: 6.9 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
292 f:/etc/xinetd.d/vsftpd -> !r:^# && r:disable && r:no;
293
294 # 6.10 Remove HTTP Server (Not Scored)
295 [CIS - SLES11 - 6.10 - Disable standard boot services - Apache web server Enabled {CIS: 6.10 SLES11}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
296 d:$rc_dirs -> ^S\d\dapache2$;
297
298 # 6.11 Remove Dovecot (IMAP and POP3 services) (Not Scored)
299 [CIS - SLES11 - 6.11 - imap enabled on xinetd {CIS: 6.11 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
300 f:/etc/xinetd.d/cyrus-imapd -> !r:^# && r:disable && r:no;
301
302 [CIS - SLES11 - 6.11 - pop3 enabled on xinetd {CIS: 6.11 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
303 f:/etc/xinetd.d/dovecot -> !r:^# && r:disable && r:no;
304
305 # 6.12 Remove Samba (Not Scored)
306 [CIS - SLES11 - 6.12 - Disable standard boot services - Samba Enabled {CIS: 6.12 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
307 d:$rc_dirs -> ^S\d\dsamba$;
308 d:$rc_dirs -> ^S\d\dsmb$;
309
310 # 6.13 Remove HTTP Proxy Server (Not Scored)
311 [CIS - SLES11 - 6.13 - Disable standard boot services - Squid Enabled {CIS: 6.13 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
312 d:$rc_dirs -> ^S\d\dsquid$;
313
314 # 6.14 Remove SNMP Server (Not Scored)
315 [CIS - SLES11 - 6.14 - Disable standard boot services - SNMPD process Enabled {CIS: 6.14 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
316 d:$rc_dirs -> ^S\d\dsnmpd$;
317
318 # 6.15 Configure Mail Transfer Agent for Local-Only Mode (Scored)
319 # TODO
320
321 # 6.16 Ensure rsync service is not enabled (Scored)
322 [CIS - SLES11 - 6.16 - Disable standard boot services - rsyncd process Enabled {CIS: 6.16 SLES11} {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
323 d:$rc_dirs -> ^S\d\drsyncd$;
324
325 # 6.17 Ensure Biosdevname is not enabled (Scored)
326 # TODO
327
328 ###############################################
329 # 7 Network Configuration and Firewalls
330 ###############################################
331
332 ###############################################
333 # 7.1 Modify Network Parameters (Host Only)
334 ###############################################
335
336 # 7.1.1 Disable IP Forwarding (Scored)
337 [CIS - SLES11 - 7.1.1 - Network parameters - IP Forwarding enabled {CIS: 7.1.1 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
338 f:/proc/sys/net/ipv4/ip_forward -> 1;
339 f:/proc/sys/net/ipv6/ip_forward -> 1;
340
341 # 7.1.2 Disable Send Packet Redirects (Scored)
342 [CIS - SLES11 - 7.1.2 - Network parameters - IP send redirects enabled {CIS: 7.1.2 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
343 f:/proc/sys/net/ipv4/conf/all/send_redirects -> 0;
344 f:/proc/sys/net/ipv4/conf/default/send_redirects -> 0;
345
346 ###############################################
347 # 7.2 Modify Network Parameters (Host and Router)
348 ###############################################
349
350 # 7.2.1 Disable Source Routed Packet Acceptance (Scored)
351 [CIS - SLES11 - 7.2.1 - Network parameters - Source routing accepted {CIS: 7.2.1 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
352 f:/proc/sys/net/ipv4/conf/all/accept_source_route -> 1;
353
354 # 7.2.2 Disable ICMP Redirect Acceptance (Scored)
355 [CIS - SLES11 - 7.2.2 - Network parameters - ICMP redirects accepted {CIS: 7.2.2 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
356 f:/proc/sys/net/ipv4/conf/all/accept_redirects -> 1;
357 f:/proc/sys/net/ipv4/conf/default/accept_redirects -> 1;
358
359 # 7.2.3 Disable Secure ICMP Redirect Acceptance (Scored)
360 [CIS - SLES11 - 7.2.3 - Network parameters - ICMP secure redirects accepted {CIS: 7.2.3 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
361 f:/proc/sys/net/ipv4/conf/all/secure_redirects -> 1;
362 f:/proc/sys/net/ipv4/conf/default/secure_redirects -> 1;
363
364 # 7.2.4 Log Suspicious Packets (Scored)
365 [CIS - SLES11 - 7.2.4 - Network parameters - martians not logged {CIS: 7.2.4 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
366 f:/proc/sys/net/ipv4/conf/all/log_martians -> 0;
367
368 # 7.2.5 Enable Ignore Broadcast Requests (Scored)
369 [CIS - SLES11 - 7.2.5 - Network parameters - ICMP broadcasts accepted {CIS: 7.2.5 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
370 f:/proc/sys/net/ipv4/icmp_echo_ignore_broadcasts -> 0;
371
372 # 7.2.6 Enable Bad Error Message Protection (Scored)
373 [CIS - SLES11 - 7.2.6 - Network parameters - Bad error message protection not enabled {CIS: 7.2.6 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
374 f:/proc/sys/net/ipv4/icmp_ignore_bogus_error_responses -> 0;
375
376 # 7.2.7 Enable RFC-recommended Source Route Validation (Scored)
377 [CIS - SLES11 - 7.2.7 - Network parameters - RFC Source route validation not enabled  {CIS: 7.2.7 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
378 f:/proc/sys/net/ipv4/conf/all/rp_filter -> 0;
379 f:/proc/sys/net/ipv4/conf/default/rp_filter -> 0;
380
381 # 7.2.8 Enable TCP SYN Cookies (Scored)
382 [CIS - SLES11 - 7.2.8 - Network parameters - SYN Cookies not enabled {CIS: 7.2.8 SLES11} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
383 f:/proc/sys/net/ipv4/tcp_syncookies -> 0;
384
385 ###############################################
386 # 7.3 Configure IPv6
387 ###############################################
388
389 # 7.3.1 Disable IPv6 Router Advertisements (Not Scored)
390
391 # 7.3.2 Disable IPv6 Redirect Acceptance (Not Scored)
392
393 # 7.3.3 Disable IPv6 (Not Scored)
394
395 ###############################################
396 # 7.4 Install TCP Wrappers
397 ###############################################
398
399 # 7.4.1 Install TCP Wrappers (Not Scored)
400
401 # 7.4.2 Create /etc/hosts.allow (Not Scored)
402
403 # 7.4.3 Verify Permissions on /etc/hosts.allow (Scored)
404 # TODO
405
406 # 7.4.4 Create /etc/hosts.deny (Not Scored)
407
408 # 7.5.5 Verify Permissions on /etc/hosts.deny (Scored)
409 # TODO
410
411 ###############################################
412 # 7.5 Uncommon Network Protocols
413 ###############################################
414
415 # 7.5.1 Disable DCCP (Not Scored)
416
417 # 7.5.2 Disable SCTP (Not Scored)
418
419 # 7.5.3 Disable RDS (Not Scored)
420
421 # 7.5.4 Disable TIPC (Not Scored)
422
423 # 7.6 Deactivate Wireless Interfaces (Not Scored)
424
425 # 7.7 Enable SuSEfirewall2 (Scored)
426
427 # 7.8 Limit access to trusted networks (Not Scored)
428
429 ###############################################
430 # 8 Logging and Auditing
431 ###############################################
432
433 ###############################################
434 # 8.1 Configure System Accounting (auditd)
435 ###############################################
436
437 ###############################################
438 # 8.1.1 Configure Data Retention
439 ###############################################
440
441 # 8.1.1.1 Configure Audit Log Storage Size (Not Scored)
442
443 # 8.1.1.2 Disable System on Audit Log Full (Not Scored)
444
445 # 8.1.1.3 Keep All Auditing Information (Scored)
446
447 # 8.1.2 Enable auditd Service (Scored)
448
449 # 8.1.3 Enable Auditing for Processes That Start Prior to auditd (Scored)
450
451 # 8.1.4 Record Events That Modify Date and Time Information (Scored)
452
453 # 8.1.5 Record Events That Modify User/Group Information (Scored)
454
455 # 8.1.6 Record Events That Modify the System’s Network Environment (Scored)
456
457 # 8.1.7 Record Events That Modify the System’s Mandatory Access Controls (Scored)
458
459 # 8.1.8 Collect Login and Logout Events (Scored)
460
461 # 8.1.9 Collect Session Initiation Information (Scored)
462
463 # 8.1.10 Collect Discretionary Access Control Permission Modification Events (Scored)
464
465 # 8.1.11 Collect Unsuccessful Unauthorized Access Attempts to Files (Scored)
466
467 # 8.1.12 Collect Use of Privileged Commands (Scored)
468
469 # 8.1.13 Collect Successful File System Mounts (Scored)
470
471 # 8.1.14 Collect File Deletion Events by User (Scored)
472
473 # 8.1.15 Collect Changes to System Administration Scope (sudoers) (Scored)
474
475 # 8.1.16 Collect System Administrator Actions (sudolog) (Scored)
476
477 # 8.1.17 Collect Kernel Module Loading and Unloading (Scored)
478
479 # 8.1.18 Make the Audit Configuration Immutable (Scored)
480
481 ###############################################
482 # 8.2 Configure rsyslog
483 ###############################################
484
485 # 8.2.1 Install the rsyslog package (Scored)
486 # TODO
487
488 # 8.2.2 Activate the rsyslog Service (Scored)
489 # TODO
490
491 # 8.2.3 Configure /etc/rsyslog.conf (Not Scored)
492
493 # 8.2.4 Create and Set Permissions on rsyslog Log Files (Scored)
494
495 # 8.2.5 Configure rsyslog to Send Logs to a Remote Log Host (Scored)
496
497 # 8.2.6 Accept Remote rsyslog Messages Only on Designated Log Hosts (Not Scored)
498
499 ###############################################
500 # 8.3 Advanced Intrusion Detection Environment (AIDE)
501 ###############################################
502
503 # 8.3.1 Install AIDE (Scored)
504
505 # 8.3.2 Implement Periodic Execution of File Integrity (Scored)
506
507 # 8.4 Configure logrotate (Not Scored)
508
509 ###############################################
510 # 9 System Access, Authentication and Authorization
511 ###############################################
512
513 ###############################################
514 # 9.1 Configure cron and anacron
515 ###############################################
516
517 # 9.1.1 Enable cron Daemon (Scored)
518
519 # 9.1.2 Set User/Group Owner and Permission on /etc/crontab (Scored)
520
521 # 9.1.3 Set User/Group Owner and Permission on /etc/cron.hourly (Scored)
522
523 # 9.1.4 Set User/Group Owner and Permission on /etc/cron.daily (Scored)
524
525 # 9.1.5 Set User/Group Owner and Permission on /etc/cron.weekly (Scored)
526
527 # 9.1.6 Set User/Group Owner and Permission on /etc/cron.monthly (Scored)
528
529 # 9.1.7 Set User/Group Owner and Permission on /etc/cron.d (Scored)
530
531 # 9.1.8 Restrict at/cron to Authorized Users (Scored)
532
533 ###############################################
534 # 9.2 Configure SSH
535 ###############################################
536
537 # 9.2.1 Set SSH Protocol to 2 (Scored)
538 [CIS - SLES11 - 9.2.1 - SSH Configuration - Protocol version 1 enabled {CIS: 9.2.1 SLES11} {PCI_DSS: 4.1}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
539 f:/etc/ssh/sshd_config -> !r:^# && r:Protocol\.+1;
540
541 # 9.2.2 Set LogLevel to INFO (Scored)
542 [CIS - SLES11 - 9.2.1 - SSH Configuration - Loglevel not INFO {CIS: 9.2.1 SLES11} {PCI_DSS: 4.1}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
543 f:/etc/ssh/sshd_config -> !r:^# && !r:LogLevel\.+INFO;
544
545 # 9.2.3 Set Permissions on /etc/ssh/sshd_config (Scored)
546 # TODO
547
548 # 9.2.4 Disable SSH X11 Forwarding (Scored)
549 # TODO
550
551 # 9.2.5 Set SSH MaxAuthTries to 4 or Less (Scored)
552 [ CIS - SLES11 - 9.2.5 - SSH Configuration - Set SSH MaxAuthTries to 4 or Less  {CIS - SLES11 - 9.2.5} {PCI_DSS: 2.2.4}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
553 f:/etc/ssh/sshd_config -> !r:^# && r:MaxAuthTries && !r:3\s*$;
554 f:/etc/ssh/sshd_config -> r:^#\s*MaxAuthTries;
555 f:/etc/ssh/sshd_config -> !r:MaxAuthTries;
556
557 # 9.2.6 Set SSH IgnoreRhosts to Yes (Scored)
558 [CIS - SLES11 - 9.2.6 - SSH Configuration - IgnoreRHosts disabled {CIS: 9.2.6 SLES11} {PCI_DSS: 4.1}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
559 f:/etc/ssh/sshd_config -> !r:^# && r:IgnoreRhosts\.+no;
560
561 # 9.2.7 Set SSH HostbasedAuthentication to No (Scored)
562 [CIS - SLES11 - 9.2.7 - SSH Configuration - Host based authentication enabled {CIS: 9.2.7 SLES11} {PCI_DSS: 4.1}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
563 f:/etc/ssh/sshd_config -> !r:^# && r:HostbasedAuthentication\.+yes;
564
565 # 9.2.8 Disable SSH Root Login (Scored)
566 [CIS - SLES11 - 9.2.8 - SSH Configuration - Root login allowed {CIS: 9.2.8 SLES11} {PCI_DSS: 4.1}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
567 f:/etc/ssh/sshd_config -> !r:^# && r:PermitRootLogin\.+yes;
568 f:/etc/ssh/sshd_config -> r:^#\s*PermitRootLogin;
569
570 # 9.2.9 Set SSH PermitEmptyPasswords to No (Scored)
571 [CIS - SLES11 - 9.2.9 - SSH Configuration - Empty passwords permitted {CIS: 9.2.9 SLES11} {PCI_DSS: 4.1}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
572 f:/etc/ssh/sshd_config -> !r:^# && r:^PermitEmptyPasswords\.+yes;
573 f:/etc/ssh/sshd_config -> r:^#\s*PermitEmptyPasswords;
574
575 # 9.2.10 Do Not Allow Users to Set Environment Options (Scored)
576
577 # 9.2.11 Use Only Approved Ciphers in Counter Mode (Scored)
578
579 # 9.2.12 Set Idle Timeout Interval for User Login (Not Scored)
580
581 # 9.2.13 Limit Access via SSH (Scored)
582
583 # 9.2.14 Set SSH Banner (Scored)
584
585 ###############################################
586 # 9.3 Configure PAM
587 ###############################################
588
589 # 9.3.1 Set Password Creation Requirement Parameters Using pam_cracklib (Scored)
590
591 # 9.3.2 Set Lockout for Failed Password Attempts (Not Scored)
592
593 # 9.3.3 Limit Password Reuse (Scored)
594
595 # 9.4 Restrict root Login to System Console (Not Scored)
596
597 # 9.5 Restrict Access to the su Command (Scored)
598
599 ###############################################
600 # 10 User Accounts and Environment
601 ###############################################
602
603 ###############################################
604 # 10.1 Set Shadow Password Suite Parameters (/etc/login.defs)
605 ###############################################
606
607 # 10.1.1 Set Password Expiration Days (Scored)
608
609 # 10.1.2 Set Password Change Minimum Number of Days (Scored)
610
611 # 10.1.3 Set Password Expiring Warning Days (Scored)
612
613 # 10.2 Disable System Accounts (Scored)
614
615 # 10.3 Set Default Group for root Account (Scored)
616
617 # 10.4 Set Default umask for Users (Scored)
618
619 # 10.5 Lock Inactive User Accounts (Scored)
620
621
622 ###############################################
623 # 11 Warning Banners
624 ###############################################
625
626 # 11.1 Set Warning Banner for Standard Login Services (Scored)
627
628 # 11.2 Remove OS Information from Login Warning Banners (Scored)
629
630 # 11.3 Set Graphical Warning Banner (Not Scored)
631
632 ###############################################
633 # 12 Verify System File Permissions
634 ###############################################
635
636 # 12.1 Verify System File Permissions (Not Scored)
637
638 # 12.2 Verify Permissions on /etc/passwd (Scored)
639
640 # 12.3 Verify Permissions on /etc/shadow (Scored)
641
642 # 12.4 Verify Permissions on /etc/group (Scored)
643
644 # 12.5 Verify User/Group Ownership on /etc/passwd (Scored)
645
646 # 12.6 Verify User/Group Ownership on /etc/shadow (Scored)
647
648 # 12.7 Verify User/Group Ownership on /etc/group (Scored)
649
650 # 12.8 Find World Writable Files (Not Scored)
651
652 # 12.9 Find Un-owned Files and Directories (Scored)
653
654 # 12.10 Find Un-grouped Files and Directories (Scored)
655
656 # 12.11 Find SUID System Executables (Not Scored)
657
658 # 12.12 Find SGID System Executables (Not Scored)
659
660 ###############################################
661 # 13 Review User and Group Settings
662 ###############################################
663
664 # 13.1 Ensure Password Fields are Not Empty (Scored)
665
666 # 13.2 Verify No Legacy "+" Entries Exist in /etc/passwd File (Scored)
667
668 # 13.3 Verify No Legacy "+" Entries Exist in /etc/shadow File (Scored)
669
670 # 13.4 Verify No Legacy "+" Entries Exist in /etc/group File (Scored)
671
672 # 13.5 Verify No UID 0 Accounts Exist Other Than root (Scored)
673 [CIS - SLES11 - 13.5 - Non-root account with uid 0 {CIS: 13.5 SLES11} {PCI_DSS: 10.2.5}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
674 f:/etc/passwd -> !r:^# && !r:^root: && r:^\w+:\w+:0:;
675
676 # 13.6 Ensure root PATH Integrity (Scored)
677
678 # 13.7 Check Permissions on User Home Directories (Scored)
679
680 # 13.8 Check User Dot File Permissions (Scored)
681
682 # 13.9 Check Permissions on User .netrc Files (Scored)
683
684 # 13.10 Check for Presence of User .rhosts Files (Scored)
685
686 # 13.11 Check Groups in /etc/passwd (Scored)
687
688 # 13.12 Check That Users Are Assigned Valid Home Directories (Scored)
689
690 # 13.13 Check User Home Directory Ownership (Scored)
691
692 # 13.14 Check for Duplicate UIDs (Scored)
693
694 # 13.15 Check for Duplicate GIDs (Scored)
695
696 # 13.16 Check for Duplicate User Names (Scored)
697
698 # 13.17 Check for Duplicate Group Names (Scored)
699
700 # 13.18 Check for Presence of User .netrc Files (Scored)
701
702 # 13.19 Check for Presence of User .forward Files (Scored)
703
704 # 13.20 Ensure shadow group is empty (Scored)
705
706
707 # Other/Legacy Tests
708 [CIS - SLES11 - X.X.X - Account with empty password present {PCI_DSS: 10.2.5}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
709 f:/etc/shadow -> r:^\w+::;
710
711 [CIS - SLES11 - X.X.X - User-mounted removable partition allowed on the console] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
712 f:/etc/security/console.perms -> r:^<console>  \d+ <cdrom>;
713 f:/etc/security/console.perms -> r:^<console>  \d+ <floppy>;
714
715 [CIS - SLES11 - X.X.X - Disable standard boot services - Kudzu hardware detection Enabled] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
716 d:$rc_dirs -> ^S\d\dkudzu$;
717
718 [CIS - SLES11 - X.X.X - Disable standard boot services - PostgreSQL server Enabled {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
719 d:$rc_dirs -> ^S\d\dpostgresql$;
720
721 [CIS - SLES11 - X.X.X - Disable standard boot services - MySQL server Enabled {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
722 d:$rc_dirs -> ^S\d\dmysqld$;
723
724 [CIS - SLES11 - X.X.X - Disable standard boot services - DNS server Enabled {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
725 d:$rc_dirs -> ^S\d\dnamed$;
726
727 [CIS - SLES11 - X.X.X - Disable standard boot services - NetFS Enabled {PCI_DSS: 2.2.2}] [any] [https://benchmarks.cisecurity.org/tools2/linux/CIS_SUSE_Linux_Enterprise_Server_11_Benchmark_v1.1.0.pdf]
728 d:$rc_dirs -> ^S\d\dnetfs$;