diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-17 19:55:33 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-17 19:55:33 +0200 |
commit | cda8154994219f278ce01fda2bd4f194528e981f (patch) | |
tree | 0bce698c0c9c0bdf77d3bb1c095b1bd2af5b0393 /kernel.config.tweaks | |
parent | 7b312598fb9f8ddbf7e6ea862b08da70141bd484 (diff) | |
download | jenkinsfiles-cda8154994219f278ce01fda2bd4f194528e981f.tar.gz |
config tweak
Diffstat (limited to 'kernel.config.tweaks')
-rw-r--r-- | kernel.config.tweaks | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel.config.tweaks b/kernel.config.tweaks index 9b4e253..3812195 100644 --- a/kernel.config.tweaks +++ b/kernel.config.tweaks @@ -5,9 +5,10 @@ CONFIG_DEBUG_INFO=n # -# don't sign modules +# don't sign modules, no keys # CONFIG_MODULE_SIG=n +CONFIG_SYSTEM_TRUSTED_KEYRING=n # # enable some modules |