Skip to content

Commit 87faa0d

Browse files
committed
x86/pti: Enable PTI by default
This really want's to be enabled by default. Users who know what they are doing can disable it either in the config or on the kernel command line. Signed-off-by: Thomas Gleixner <[email protected]> Cc: [email protected]
1 parent 7f41419 commit 87faa0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ config SECURITY_NETWORK
5656

5757
config PAGE_TABLE_ISOLATION
5858
bool "Remove the kernel mapping in user mode"
59+
default y
5960
depends on X86_64 && !UML
6061
help
6162
This feature reduces the number of hardware side channels by

0 commit comments

Comments
 (0)