This commit is contained in:
Vincent Brillault 2018-01-08 08:27:02 +00:00 committed by GitHub
commit 7799f8d27c
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ fi
if grep ^flags /proc/cpuinfo | grep -qw pti; then
pstatus green YES
kpti_enabled=1
elif dmesg | grep -Eq 'Kernel/User page tables isolation: enabled|Kernel page table isolation enabled'; then
elif dmesg | grep -Eq 'Kernel/User page tables isolation: enabled|Kernel page table isolation enabled|x86/pti: Unmapping kernel while in userspace'; then
pstatus green YES
kpti_enabled=1
else