Information
Without generating audit records specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one.
Audit records can be generated from various components within the information system (e.g., module or policy filter).
Solution
Configure SLEM 5 to generate an audit record for the "/var/log/btmp" file.
Add or modify the following lines in the "/etc/audit/rules.d/audit.rules" file:
-w /var/log/btmp -p wa -k login_mod
To reload the rules file, restart the audit daemon:
> sudo systemctl restart auditd.service
or issue the following command:
> sudo augenrules --load