Skip to content
ATO Pathways
Log In
Overview
Search
Catalogs
SCAP
OSCAL
Catalogs
Profiles
Documents
References
Knowledge Base
Platform Documentation
Compliance Dictionary
Platform Changelog
About
Catalogs
XCCDF
Guide to the Secure Configuration of Fedora
System Settings
Kernel Configuration
Enable checks on scatter-gather (SG) table operations
Enable checks on scatter-gather (SG) table operations
An XCCDF Rule
Details
Profiles
Prose
Enable checks on scatter-gather (SG) table operations
Low Severity
Scatter-gather tables are mechanism used for high performance I/O on DMA devices. Enable this to turn on checks on scatter-gather tables. The configuration that was used to build kernel is available at
/boot/config-*
. To check the configuration value for
CONFIG_DEBUG_SG
, run the following command:
grep CONFIG_DEBUG_SG /boot/config-*
For each kernel installed, a line with value "y" should be returned.