1
0

feat: add support for blocklisting kernels

This commit is contained in:
2023-06-02 09:52:07 +00:00
parent 482378abaf
commit 79037d61ec
2 changed files with 8 additions and 0 deletions

View File

@ -36,4 +36,6 @@ type KernelInfo struct {
// Package name, not mandatory (yet)
Package string
Blocklisted bool
}