1215199e3SKees Cook# PowerPC specific hardening options 2215199e3SKees Cook 3215199e3SKees Cook# Block kernel from unexpectedly reading userspace memory. 4215199e3SKees CookCONFIG_PPC_KUAP=y 5215199e3SKees Cook 6215199e3SKees Cook# Attack surface reduction. 7215199e3SKees Cook# CONFIG_SCOM_DEBUGFS is not set 8215199e3SKees Cook 9215199e3SKees Cook# Disable internal kernel debugger. 10215199e3SKees Cook# CONFIG_XMON is not set 11