mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
8 lines
222 B
Plaintext
8 lines
222 B
Plaintext
|
# Basic kernel hardening options (specific to arm)
|
||
|
|
||
|
# Make sure PXN/PAN emulation is enabled.
|
||
|
CONFIG_CPU_SW_DOMAIN_PAN=y
|
||
|
|
||
|
# Dangerous; old interfaces and needless additional attack surface.
|
||
|
# CONFIG_OABI_COMPAT is not set
|