10 lines
239 B
Text
10 lines
239 B
Text
# 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
|