Skip to content

Commit

Permalink
x86/pti: Enable PTI by default
Browse files Browse the repository at this point in the history
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 <tglx@linutronix.de>
Cc: stable@vger.kernel.org
  • Loading branch information
KAGA-KOKO committed Jan 3, 2018
1 parent 7f41419 commit 87faa0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ config SECURITY_NETWORK

config PAGE_TABLE_ISOLATION
bool "Remove the kernel mapping in user mode"
default y
depends on X86_64 && !UML
help
This feature reduces the number of hardware side channels by
Expand Down

0 comments on commit 87faa0d

Please sign in to comment.