Make variable names more toml-friendly
This commit is contained in:
@ -110,15 +110,15 @@ type Artifact struct {
|
||||
SupportedKernels []KernelMask
|
||||
|
||||
Qemu struct {
|
||||
CPUs int
|
||||
Cpus int
|
||||
Memory int
|
||||
Timeout Duration
|
||||
}
|
||||
|
||||
Mitigations struct {
|
||||
DisableSMEP bool
|
||||
DisableSMAP bool
|
||||
DisableKASLR bool
|
||||
DisableSmep bool
|
||||
DisableSmap bool
|
||||
DisableKaslr bool
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user