VirtualBox

Ignore:
Timestamp:
Nov 23, 2011 1:55:31 PM (13 years ago)
Author:
vboxsync
Message:

Linux modules: force disabling of CONFIG_MODULE_SIG when building the kernel modules. We don't have any private key available so it does not make much sense to try signing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/Makefile

    r37233 r39400  
    270270obj-m += $(MODULE).o
    271271
     272# OL/UEK: disable module signing for external modules -- we don't have any private key
    272273$(MODULE):
    273         $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) -C $(KERN_DIR) modules
     274        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) modules
    274275
    275276install: $(MODULE)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette