Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7-rc2 10 lines 239 B view raw
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