xref: /linux/arch/powerpc/configs/hardening.config (revision 50b7e7082a3dde5bdba14a4e40a2e2279fd08a7b)
1# PowerPC specific hardening options
2
3# Block kernel from unexpectedly reading userspace memory.
4CONFIG_PPC_KUAP=y
5
6# Attack surface reduction.
7# CONFIG_SCOM_DEBUGFS is not set
8
9# Disable internal kernel debugger.
10# CONFIG_XMON is not set
11