Merge pull request #28 from madaidan/patch-22

Require all loaded kernel modules to be signed with a valid key.
This commit is contained in:
Patrick Schleizer 2019-08-14 06:59:34 +00:00 committed by GitHub
commit a8ea379526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
# Requires every module to be signed before being loaded. Any module that is unsigned or signed with an invalid key cannot be loaded.
# This makes it harder to load a malicious module.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX module.sig_enforce=1"