blob: 4e9bba327e8fbf54f98d5f963856326ffc183759 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|