An XCCDF Group - A logical subset of the XCCDF Benchmark
xinetd
$ sudo yum erase xinetd
$ sudo systemctl mask --now xinetd.service
/etc/hosts.deny
/etc/hosts.allow
ALL: ALL
$ sudo chgrp root /etc/hosts.allow
$ sudo chgrp root /etc/hosts.deny
$ sudo chown root /etc/hosts.allow
$ sudo chown root /etc/hosts.deny
$ sudo chmod 0644 /etc/hosts.allow
$ sudo chmod 0644 /etc/hosts.deny