/usr/share/scap-security-guide/RHEL/6/puppet-remediations.xml is in ssg-nondebian 0.1.31-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | <fix-content system="urn:xccdf:fix:script:sh" xmlns="http://checklists.nist.gov/xccdf/1.1">
<fix-group id="puppet" system="urn:xccdf:fix:script:puppet" xmlns="http://checklists.nist.gov/xccdf/1.1">
<fix rule="package_ypbind_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_ypbind
class remove_ypbind {
package { 'ypbind':
ensure => 'purged',
}
}
</fix>
<fix rule="package_samba-common_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_samba-common
class install_samba-common {
package { 'samba-common':
ensure => 'installed',
}
}
</fix>
<fix rule="package_telnet_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_telnet
class remove_telnet {
package { 'telnet':
ensure => 'purged',
}
}
</fix>
<fix rule="package_net-snmp_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_net-snmp
class remove_net-snmp {
package { 'net-snmp':
ensure => 'purged',
}
}
</fix>
<fix rule="package_aide_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_aide
class install_aide {
package { 'aide':
ensure => 'installed',
}
}
</fix>
<fix rule="package_dovecot_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_dovecot
class remove_dovecot {
package { 'dovecot':
ensure => 'purged',
}
}
</fix>
<fix rule="package_vsftpd_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_vsftpd
class install_vsftpd {
package { 'vsftpd':
ensure => 'installed',
}
}
</fix>
<fix rule="package_rsh-server_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_rsh-server
class remove_rsh-server {
package { 'rsh-server':
ensure => 'purged',
}
}
</fix>
<fix rule="package_audit_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_audit
class install_audit {
package { 'audit':
ensure => 'installed',
}
}
</fix>
<fix rule="package_talk_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_talk
class remove_talk {
package { 'talk':
ensure => 'purged',
}
}
</fix>
<fix rule="package_httpd_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_httpd
class remove_httpd {
package { 'httpd':
ensure => 'purged',
}
}
</fix>
<fix rule="package_talk-server_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_talk-server
class remove_talk-server {
package { 'talk-server':
ensure => 'purged',
}
}
</fix>
<fix rule="package_rsh_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_rsh
class remove_rsh {
package { 'rsh':
ensure => 'purged',
}
}
</fix>
<fix rule="file_permissions_sshd_pub_key" complexity="low" disruption="low" reboot="false" strategy="disable">include ssh_public_key_perms
class ssh_public_key_perms {
exec { 'sshd_pub_key':
command => "chmod 0644 /etc/ssh/*.pub",
path => '/bin:/usr/bin'
}
}
</fix>
<fix rule="file_permissions_sshd_private_key" complexity="low" disruption="low" reboot="false" strategy="disable">include ssh_private_key_perms
class ssh_private_key_perms {
exec { 'sshd_priv_key':
command => "chmod 0640 /etc/ssh/*_key",
path => '/bin:/usr/bin'
}
}
</fix>
<fix rule="package_iptables-ipv6_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_iptables-ipv6
class install_iptables-ipv6 {
package { 'iptables-ipv6':
ensure => 'installed',
}
}
</fix>
<fix rule="package_policycoreutils_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_policycoreutils
class install_policycoreutils {
package { 'policycoreutils':
ensure => 'installed',
}
}
</fix>
<fix rule="package_irqbalance_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_irqbalance
class install_irqbalance {
package { 'irqbalance':
ensure => 'installed',
}
}
</fix>
<fix rule="package_GConf2_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_GConf2
class install_GConf2 {
package { 'GConf2':
ensure => 'installed',
}
}
</fix>
<fix rule="package_ypserv_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_ypserv
class remove_ypserv {
package { 'ypserv':
ensure => 'purged',
}
}
</fix>
<fix rule="package_telnet-server_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_telnet-server
class remove_telnet-server {
package { 'telnet-server':
ensure => 'purged',
}
}
</fix>
<fix rule="package_xinetd_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_xinetd
class remove_xinetd {
package { 'xinetd':
ensure => 'purged',
}
}
</fix>
<fix rule="package_gdm_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_gdm
class install_gdm {
package { 'gdm':
ensure => 'installed',
}
}
</fix>
<fix rule="package_rsyslog_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_rsyslog
class install_rsyslog {
package { 'rsyslog':
ensure => 'installed',
}
}
</fix>
<fix rule="package_cronie_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_cronie
class install_cronie {
package { 'cronie':
ensure => 'installed',
}
}
</fix>
<fix rule="package_iptables_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_iptables
class install_iptables {
package { 'iptables':
ensure => 'installed',
}
}
</fix>
<fix rule="package_postfix_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_postfix
class install_postfix {
package { 'postfix':
ensure => 'installed',
}
}
</fix>
<fix rule="package_screen_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_screen
class install_screen {
package { 'screen':
ensure => 'installed',
}
}
</fix>
<fix rule="package_samba_removed" complexity="low" disruption="low" reboot="false" strategy="disable">include remove_samba
class remove_samba {
package { 'samba':
ensure => 'purged',
}
}
</fix>
<fix rule="package_psacct_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_psacct
class install_psacct {
package { 'psacct':
ensure => 'installed',
}
}
</fix>
<fix rule="package_openswan_installed" complexity="low" disruption="low" reboot="false" strategy="enable">include install_openswan
class install_openswan {
package { 'openswan':
ensure => 'installed',
}
}
</fix>
</fix-group>
</fix-content>
|