SV-204563r603261_rule
V-204563
SRG-OS-000471-GPOS-00216
RHEL-07-030840
CAT II
10
Configure the operating system to generate audit records when successful/unsuccessful attempts to use the "kmod" command occur.
Add or update the following rule in "/etc/audit/rules.d/audit.rules":
-w /usr/bin/kmod -p x -F auid!=unset -k module-change
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 "kmod" command occur.
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
# grep -iw kmod /etc/audit/audit.rules
-w /usr/bin/kmod -p x -F auid!=unset -k module-change
If the command does not return any output, this is a finding.
V-204563
False
RHEL-07-030840
Verify the operating system generates audit records when successful/unsuccessful attempts to use the "kmod" command occur.
Check the auditing rules in "/etc/audit/audit.rules" with the following command:
# grep -iw kmod /etc/audit/audit.rules
-w /usr/bin/kmod -p x -F auid!=unset -k module-change
If the command does not return any output, this is a finding.
M
2899