xref: /linux/arch/arm/configs/hardening.config (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1# Basic kernel hardening options (specific to arm)
2
3# Make sure PXN/PAN emulation is enabled.
4CONFIG_CPU_SW_DOMAIN_PAN=y
5
6# Dangerous; old interfaces and needless additional attack surface.
7# CONFIG_OABI_COMPAT is not set
8