arch/powerpc/configs/hardening.config

Source file repositories/reference/linux-study-clean/arch/powerpc/configs/hardening.config

File Facts

System
Linux kernel
Corpus path
arch/powerpc/configs/hardening.config
Extension
.config
Size
239 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: arch/powerpc
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# PowerPC specific hardening options

# Block kernel from unexpectedly reading userspace memory.
CONFIG_PPC_KUAP=y

# Attack surface reduction.
# CONFIG_SCOM_DEBUGFS is not set

# Disable internal kernel debugger.
# CONFIG_XMON is not set

Annotation

Implementation Notes