[linux] 05/05: HACK: Only enable signed modules for amd64

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Jun 8 21:23:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch benh/udebsig
in repository linux.

commit 22fbe964d156459f96592b11450c4e55539f18cc
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Jun 7 16:17:22 2016 +0100

    HACK: Only enable signed modules for amd64
    
    This means I can prepare linux-signed without building for anything else.
---
 debian/config/amd64/defines | 1 +
 debian/config/defines       | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/config/amd64/defines b/debian/config/amd64/defines
index f3c2876..cbe52d8 100644
--- a/debian/config/amd64/defines
+++ b/debian/config/amd64/defines
@@ -8,6 +8,7 @@ kernel-arch: x86
 debug-info: true
 image-file: arch/x86/boot/bzImage
 vdso: true
+signed-modules: true
 
 [image]
 bootloaders: grub-pc grub-efi extlinux
diff --git a/debian/config/defines b/debian/config/defines
index b914300..c8c81af 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -41,10 +41,6 @@ featuresets:
  none
  rt
 
-[build]
-# Enable module signing by default (implemented in the linux-signed package)
-signed-modules: true
-
 [featureset-rt_base]
 enabled: true
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list