Skip to content

Commit

Permalink
updated titles
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Jul 14, 2022
1 parent 929264f commit b299b28
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion section_2/cis_2.1/cis_2.1.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_1_1 }}
package:
xinetd:
title: 2.1.1 | L1 | Ensure xinetd is not installed
title: 2.1.1 | Ensure xinetd is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_10 }}
package:
dovecot:
title: 2.2.10 | L1 | Ensure IMAP and POP3 Server is not installed
title: 2.2.10 | Ensure IMAP and POP3 Server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_11 }}
package:
samba:
title: 2.2.11 | L1 | Ensure Samba is not installed
title: 2.2.11 | Ensure Samba is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_12 }}
package:
squid:
title: 2.2.12 | L1 | Ensure HTTP Proxy Server is not installed
title: 2.2.12 | Ensure HTTP Proxy Server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_13 }}
package:
net-snmp:
title: 2.2.13 | L1 | Ensure net-snmp is not installed
title: 2.2.13 | Ensure net-snmp is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_14 }}
package:
ypserver:
title: 2.2.14 | L1 | Ensure NIS server is not installed
title: 2.2.14 | Ensure NIS server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_15 }}
package:
telnet-server:
title: 2.2.15 | L1 | Ensure telnet-server is not installed
title: 2.2.15 | Ensure telnet-server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ if .Vars.rhel7cis_rule_2_2_16 }}
command:
mta_installed:
title: 2.2.16 | L1 | Ensure mail transfer agent is configured for local-only mode
title: 2.2.16 | Ensure mail transfer agent is configured for local-only mode
exit-status: 1
exec: 'ss -lntu | grep -E ":25\s" | grep -E -v "\s(127.0.0.1|\[?::1\]?):25\s"'
stdout: ['!/./']
Expand Down
4 changes: 2 additions & 2 deletions section_2/cis_2.2/cis_2.2.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_level1 }}
package:
nfs-utils:
title: 2.2.17 | L1 | Ensure nfs-utils is not installed or the nfs-server service is masked | Installed
title: 2.2.17 | Ensure nfs-utils is not installed or the nfs-server service is masked | Installed
installed: false
meta:
server: 1
Expand All @@ -17,7 +17,7 @@ package:
CISv8_IG3: true
service:
nfs-server:
title: 2.2.17 | L1 | Ensure nfs-utils is not installed or the nfs-server service is masked | masked
title: 2.2.17 | Ensure nfs-utils is not installed or the nfs-server service is masked | masked
enabled: false
running: false
skip: false
Expand Down
6 changes: 3 additions & 3 deletions section_2/cis_2.2/cis_2.2.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_level1 }}
package:
rpcbind:
title: 2.2.18 | L1 | Ensure rpcbind is not installed or the rpcbind services are masked | installed
title: 2.2.18 | Ensure rpcbind is not installed or the rpcbind services are masked | installed
installed: false
meta:
server: 1
Expand All @@ -17,7 +17,7 @@ package:
CISv8_IG3: true
service:
rpcbind:
title: 2.2.18 | L1 | Ensure rpcbind is not installed or the rpcbind services are masked | masked
title: 2.2.18 | Ensure rpcbind is not installed or the rpcbind services are masked | masked
enabled: false
running: false
skip: false
Expand All @@ -32,7 +32,7 @@ service:
CISv8_IG2: true
CISv8_IG3: true
rpcbind.socket:
title: 2.2.18 | L1 | Ensure rpcbind is not installed or the rpcbind services are masked | masked
title: 2.2.18 | Ensure rpcbind is not installed or the rpcbind services are masked | masked
enabled: false
running: false
skip: false
Expand Down
4 changes: 2 additions & 2 deletions section_2/cis_2.2/cis_2.2.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_level1 }}
package:
rsync:
title: 2.2.19 | L1 | Ensure rsync is not installed or the rsyncd service is masked | Package
title: 2.2.19 | Ensure rsync is not installed or the rsyncd service is masked | Package
installed: false
meta:
server: 1
Expand All @@ -17,7 +17,7 @@ package:
CISv8_IG3: true
service:
rsync:
title: 2.2.19 | L1 | Ensure rsync is not installed or the rsyncd service is masked | Service
title: 2.2.19 | Ensure rsync is not installed or the rsyncd service is masked | Service
enabled: false
running: false
skip: false
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_2 }}
package:
xorgs-x11-servers:
title: 2.2.2 | L1 | Ensure X11 Server components are not installed
title: 2.2.2 | Ensure X11 Server components are not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_3 }}
package:
avahi:
title: 2.2.3 | L1 | Ensure Avahi Server is not installed
title: 2.2.3 | Ensure Avahi Server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_4 }}
package:
cups:
title: 2.2.4 | L1 | Ensure CUPS is not installed
title: 2.2.4 | Ensure CUPS is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_5 }}
package:
dhcp:
title: 2.2.5 | L1 | Ensure DHCP Server is not installed
title: 2.2.5 | Ensure DHCP Server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_6 }}
package:
openldap-servers:
title: 2.2.6 | L1 | Ensure LDAP server is not installed
title: 2.2.6 | Ensure LDAP server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_7 }}
package:
bind:
title: 2.2.7 | L1 | Ensure DNS Server is not installed
title: 2.2.7 | Ensure DNS Server is not installed
installed: false
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_8 }}
package:
vsftpd:
title: 2.2.8 | L1 | Ensure FTP Server is not installed
title: 2.2.8 | Ensure FTP Server is not installed
installed: {{ false }}
meta:
server: 1
Expand Down
2 changes: 1 addition & 1 deletion section_2/cis_2.2/cis_2.2.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ if .Vars.rhel7cis_rule_2_2_9 }}
package:
httpd:
title: 2.2.9 | L1 | Ensure HTTP Server is not installed
title: 2.2.9 | Ensure HTTP Server is not installed
installed: false
meta:
server: 1
Expand Down
8 changes: 4 additions & 4 deletions section_2/cis_2.2/cis_chrony_2.2.1.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ if .Vars.rhel7cis_rule_2_2_1_1 }}
package:
chrony:
title: 2.2.1.1 | L1 | Ensure time synchronization is in use | chrony
title: 2.2.1.1 | Ensure time synchronization is in use | chrony
installed: true
meta:
server: 1
Expand All @@ -21,7 +21,7 @@ package:
{{ if .Vars.rhel7cis_rule_2_2_1_2 }}
file:
/etc/chrony.conf:
title: 2.2.1.2 | L1 | Ensure chrony is configured | chrony.conf
title: 2.2.1.2 | Ensure chrony is configured | chrony.conf
exists: true
contains:
- server
Expand All @@ -37,7 +37,7 @@ file:
CISv8_IG2: true
CISv8_IG3: true
/etc/sysconfig/chronyd:
title: 2.2.1.2 | L1 | Ensure chrony is configured | sysconf
title: 2.2.1.2 | Ensure chrony is configured | sysconf
exists: true
contains:
- 'OPTIONS="-u chrony"'
Expand All @@ -54,7 +54,7 @@ file:
CISv8_IG3: true
service:
chronyd:
title: 2.2.1.2 | L1 | Ensure chrony is configured | running
title: 2.2.1.2 | Ensure chrony is configured | running
enabled: true
running: true
meta:
Expand Down
8 changes: 4 additions & 4 deletions section_2/cis_2.2/cis_ntp_2.2.1.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{ if .Vars.rhel7cis_rule_2_2_1_1 }}
package:
ntp:
title: 2.2.1.1 | L1 | Ensure time synchronization is in use | ntp
title: 2.2.1.1 | Ensure time synchronization is in use | ntp
installed: true
skip: false
meta:
Expand All @@ -22,7 +22,7 @@ package:
{{ if .Vars.rhel7cis_rule_2_2_1_3 }}
file:
/etc/ntp.conf:
title: 2.2.1.3 | L1 | Ensure ntp is configured | ntp.conf
title: 2.2.1.3 | Ensure ntp is configured | ntp.conf
exists: true
contains:
- 'restrict -4 default kod nomodify notrap nopeer noquery'
Expand All @@ -39,7 +39,7 @@ file:
CISv8_IG2: true
CISv8_IG3: true
/etc/sysconfig/ntpd:
title: 2.2.1.3 | L1 | Ensure ntp is configured | sysconfig ntpd
title: 2.2.1.3 | Ensure ntp is configured | sysconfig ntpd
exists: true
contains:
- '/^(OPTIONS|ExecStart)=.*-u ntp:ntp/'
Expand All @@ -55,7 +55,7 @@ file:
CISv8_IG3: true
service:
ntpd:
title: 2.2.1.3 | L1 | Ensure ntp is configured | running
title: 2.2.1.3 | Ensure ntp is configured | running
enabled: true
running: true
meta:
Expand Down
10 changes: 5 additions & 5 deletions section_2/cis_2.3/cis_2.3.1_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package:
{{ if not .Vars.rhel7cis_ypbind_required }}
{{ if .Vars.rhel7cis_rule_2_3_1 }}
ypbind:
title: 2.3.1 | L1 | Ensure NIS Client is not installed
title: 2.3.1 | Ensure NIS Client is not installed
installed: false
meta:
server: 1
Expand All @@ -20,7 +20,7 @@ package:
{{ if not .Vars.rhel7cis_rsh_required }}
{{ if .Vars.rhel7cis_rule_2_3_2 }}
rsh:
title: 2.3.2 | L1 | Ensure rsh client is not installed
title: 2.3.2 | Ensure rsh client is not installed
installed: false
meta:
server: 1
Expand All @@ -37,7 +37,7 @@ package:
{{ if not .Vars.rhel7cis_talk_required }}
{{ if .Vars.rhel7cis_rule_2_3_3 }}
talk:
title: 2.3.3 | L1 | Ensure talk client is not installed
title: 2.3.3 | Ensure talk client is not installed
installed: false
meta:
server: 1
Expand All @@ -54,7 +54,7 @@ package:
{{ if not .Vars.rhel7cis_telnet_required }}
{{ if .Vars.rhel7cis_rule_2_3_4 }}
telnet:
title: 2.3.4 | L1 | Ensure telnet client is not installed
title: 2.3.4 | Ensure telnet client is not installed
installed: false
meta:
server: 1
Expand All @@ -71,7 +71,7 @@ package:
{{ if not .Vars.rhel7cis_openldap_clients_required }}
{{ if .Vars.rhel7cis_rule_2_3_5 }}
openldap-clients:
title: 2.3.5 | L1 | Ensure LDAP client is not installed
title: 2.3.5 | Ensure LDAP client is not installed
installed: false
meta:
server: 1
Expand Down

0 comments on commit b299b28

Please sign in to comment.