Skip to content

The Red Hat Enterprise Linux operating system must audit all uses of the delete_module syscall.

An XCCDF Rule

Description

Without generating audit records that are specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one. Audit records can be generated from various components within the information system (e.g., module or policy filter). Satisfies: SRG-OS-000471-GPOS-00216, SRG-OS-000477-GPOS-00222

ID
SV-204562r833175_rule
Version
RHEL-07-030830
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the operating system to generate audit records when successful/unsuccessful attempts to use the "delete_module" syscall occur. 

Add or update the following rules in "/etc/audit/rules.d/audit.rules": 

-a always,exit -F arch=b32 -S delete_module -F auid>=1000 -F auid!=unset -k module-change