SV-99375r1_rule
V-88725
SRG-OS-000471-GPOS-00216
VROM-SL-001390
CAT II
10
Add the following to the "/etc/audit/audit.rules" file in order to capture kernel module loading and unloading events:
-w /sbin/insmod -p x
OR
# /etc/dodscript.sh
Determine if "/sbin/insmod" is audited:
# cat /etc/audit/audit.rules | grep "/sbin/insmod"
If the result does not start with "-w" and contain "-p x", this is a finding.
V-88725
False
VROM-SL-001390
Determine if "/sbin/insmod" is audited:
# cat /etc/audit/audit.rules | grep "/sbin/insmod"
If the result does not start with "-w" and contain "-p x", this is a finding.
M
3461