SV-100139r1_rule
V-89489
SRG-OS-000046-GPOS-00022
VRAU-SL-000125
CAT II
10
Set the space_left_action parameter to the valid setting "SYSLOG" by running the following command:
# sed -i "/^[^#]*space_left_action/ c\space_left_action = SYSLOG" /etc/audit/auditd.conf
Restart the audit service:
# service auditd restart
Check /etc/audit/auditd.conf for the space_left_action with the following command:
# cat /etc/audit/auditd.conf | grep space_left_action
If the "space_left_action" parameter is missing; is set to "ignore", "suspend", "single", or "halt"; or is blank, this is a finding.
Expected Result:
space_left_action = SYSLOG
NOTES:
If the "space_left_action" is set to "exec", the system executes a designated script.
If this script informs the SA of the event, this is not a finding.
If the "space_left_action" is set to "email" and the "action_mail_acct" parameter is not set to the email address of the system administrator, this is a finding.
The "action_mail_acct" parameter, if missing, defaults to "root". Note that if the email address of the system administrator is on a remote system, "sendmail" must be available.
V-89489
False
VRAU-SL-000125
Check /etc/audit/auditd.conf for the space_left_action with the following command:
# cat /etc/audit/auditd.conf | grep space_left_action
If the "space_left_action" parameter is missing; is set to "ignore", "suspend", "single", or "halt"; or is blank, this is a finding.
Expected Result:
space_left_action = SYSLOG
NOTES:
If the "space_left_action" is set to "exec", the system executes a designated script.
If this script informs the SA of the event, this is not a finding.
If the "space_left_action" is set to "email" and the "action_mail_acct" parameter is not set to the email address of the system administrator, this is a finding.
The "action_mail_acct" parameter, if missing, defaults to "root". Note that if the email address of the system administrator is on a remote system, "sendmail" must be available.
M
3459