From 8004c5c5ee27d24a9da0dd8c67af5d37c33ad412 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Mon, 22 Apr 2024 09:41:18 -0700 Subject: [PATCH] disable module signing --- .github/workflows/build-deb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 780a61892903..c4578d9ae7ea 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -61,6 +61,7 @@ jobs: ./scripts/config --disable SYSTEM_TRUSTED_KEYS ./scripts/config --disable SYSTEM_REVOCATION_KEYS ./scripts/config --disable MODULE_SIG + ./scripts/config --disable SECURITY_LOCKDOWN_LSM # enable KVM ./scripts/config --module KVM # disable KVM_WERROR (otherwise compilation issues in modified KVM)