enable KPTI
This commit is contained in:
parent
e414beae5f
commit
6ecf746bac
3
Makefile
3
Makefile
@ -223,7 +223,8 @@ PVE_CONFIG_OPTS= \
|
|||||||
--set-str CONFIG_DEFAULT_SECURITY apparmor \
|
--set-str CONFIG_DEFAULT_SECURITY apparmor \
|
||||||
-d CONFIG_UNWINDER_ORC \
|
-d CONFIG_UNWINDER_ORC \
|
||||||
-d CONFIG_UNWINDER_GUESS \
|
-d CONFIG_UNWINDER_GUESS \
|
||||||
-e CONFIG_UNWINDER_FRAME_POINTER
|
-e CONFIG_UNWINDER_FRAME_POINTER \
|
||||||
|
-e CONFIG_PAGE_TABLE_ISOLATION
|
||||||
|
|
||||||
.compile_mark: ${KERNEL_SRC}/README ${KERNEL_CFG_ORG}
|
.compile_mark: ${KERNEL_SRC}/README ${KERNEL_CFG_ORG}
|
||||||
[ ! -e /lib/modules/${KVNAME}/build ] || (echo "please remove /lib/modules/${KVNAME}/build" && false)
|
[ ! -e /lib/modules/${KVNAME}/build ] || (echo "please remove /lib/modules/${KVNAME}/build" && false)
|
||||||
|
Loading…
Reference in New Issue
Block a user