mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 14:11:13 +02:00
Add kernel module signature verification for out of tree kernel modules. Fixes: #7049 Signed-off-by: Noel Georgi <git@frezbo.dev>
12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
go 1.19
|
|
|
|
use (
|
|
.
|
|
./hack/cloud-image-uploader
|
|
./hack/docgen
|
|
./hack/gotagsrewrite
|
|
./hack/module-sig-verify
|
|
./hack/structprotogen
|
|
./pkg/machinery
|
|
)
|