SV-221815r603260_rule
V-221815
SRG-OS-000042-GPOS-00020
OL07-00-030760
CAT II
10
Configure the operating system to generate audit records when successful/unsuccessful attempts to use the "postdrop" command occur.
Add or update the following rule in "/etc/audit/rules.d/audit.rules":
-a always,exit -F path=/usr/sbin/postdrop -F auid>=1000 -F auid!=unset -k privileged-postfix
The audit daemon must be restarted for the changes to take effect.
Verify the operating system generates audit records when successful/unsuccessful attempts to use the "postdrop" command occur.
Check that the following system call is being audited by performing the following command to check the file system rules in "/etc/audit/audit.rules":
# grep -iw /usr/sbin/postdrop /etc/audit/audit.rules
-a always,exit -F path=/usr/sbin/postdrop -F auid>=1000 -F auid!=unset -k privileged-postfix
If the command does not return any output, this is a finding.
V-221815
False
OL07-00-030760
Verify the operating system generates audit records when successful/unsuccessful attempts to use the "postdrop" command occur.
Check that the following system call is being audited by performing the following command to check the file system rules in "/etc/audit/audit.rules":
# grep -iw /usr/sbin/postdrop /etc/audit/audit.rules
-a always,exit -F path=/usr/sbin/postdrop -F auid>=1000 -F auid!=unset -k privileged-postfix
If the command does not return any output, this is a finding.
M
4089