STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-818

CAT II (Medium)

The audit system must be configured to audit login, logout, and session initiation.

Rule ID

SV-45340r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000126

Discussion

If the system is not configured to audit certain activities and write them to an audit log, it is more difficult to detect and track system compromises and damages incurred during a system compromise.

Check Content

The message types that are always recorded to /var/log/audit/audit.log include LOGIN,USER_LOGIN,USER_START,USER_END among others and do not need to be added to audit_rules. 

The log files /var/log/faillog and /var/log/lastlog must be protected from tampering of the login records.

Procedure:

# egrep "faillog|lastlog" /etc/audit/audit.rules|grep -e "-p (wa|aw)"

If both /var/log/faillog and /var/log/lastlog entries do not exist, this is a finding.

Fix Text

Ensure logins 

Procedure:
Modify /etc/audit/audit.rules to contain:

-w /var/log/faillog -p wa
-w /var/log/lastlog -p wa

Restart the auditd service.
# rcauditd restart
        OR
# service auditd restart