Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 4.2.1.1 Ensure rsyslog Service is enabled (Scored) ====== =====Profile Applicability===== <code> Level 1 - Server Level 1 - Workstation </code> =====Description===== Once the ''rsyslog'' package is installed it needs to be activated. =====Rationale===== If the ''rsyslog'' service is not activated the system may default to the ''syslogd'' service or lack logging instead. =====Audit===== Run the following command to verify ''rsyslog'' is enabled: <Code:bash> # systemctl is-enabled rsyslog enabled </Code> Verify result is "enabled". =====Remediation===== Run the following command to enable ''rsyslog'': <Code:bash> # systemctl enable rsyslog </Code> ubuntu1604/4/2/1/1.txt Last modified: 2017/05/03 00:16by 127.0.0.1