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/VBoxNetFlt/linux/Makefile

    r36671 r39400  
    200200obj-m += $(MODULE).o
    201201
     202# OL/UEK: disable module signing for external modules -- we don't have any private key
    202203$(MODULE):
    203         $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) -C $(KERN_DIR) modules
     204        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) CONFIG_MODULE_SIG= -C $(KERN_DIR) modules
    204205
    205206install: $(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