Rules with anssi Reference in Guide to the Secure Configuration of Red Hat Enterprise Linux 7


Reference (anssi) Rule Title Description Rationale Variable Setting
NT28(R5) Ensure rsyslog is Installed Rsyslog is installed by default. The rsyslog package can be installed with the following command:
$ sudo yum install rsyslog
The rsyslog package provides the rsyslog daemon, which provides system logging services.
NT28(R5) Enable rsyslog Service The rsyslog service provides syslog-style logging by default on Red Hat Enterprise Linux 7. The rsyslog service can be enabled with the following command:
$ sudo systemctl enable rsyslog.service
The rsyslog service must be running in order to provide logging services, which are essential to system administration.
NT28(R46) Ensure rsyslog is Installed Rsyslog is installed by default. The rsyslog package can be installed with the following command:
$ sudo yum install rsyslog
The rsyslog package provides the rsyslog daemon, which provides system logging services.
NT28(R46) Enable rsyslog Service The rsyslog service provides syslog-style logging by default on Red Hat Enterprise Linux 7. The rsyslog service can be enabled with the following command:
$ sudo systemctl enable rsyslog.service
The rsyslog service must be running in order to provide logging services, which are essential to system administration.