1
0

Implements KPTI flag

This commit is contained in:
2019-08-20 00:05:19 +00:00
parent 24b2123582
commit a08861cc19
5 changed files with 39 additions and 12 deletions

View File

@ -119,6 +119,7 @@ type Artifact struct {
DisableSmep bool
DisableSmap bool
DisableKaslr bool
DisableKpti bool
}
}