Skip to content

The Ubuntu operating system must generate records for successful/unsuccessful uses of init_module or finit_module syscalls.

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-000064-GPOS-00033

ID
SV-219296r648693_rule
Version
UBTU-18-010387
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the audit system to generate an audit event for any use of the "init_module" or "finit_module" system calls. 

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

-a always,exit -F arch=b32 -S init_module -S finit_module -F key=modules
-a always,exit -F arch=b64 -S init_module -S finit_module -F key=modules