mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-24 18:01:03 -05:00
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:
commit
a8ea379526
3
etc/default/grub.d/40_only_allow_signed_modules.cfg
Normal file
3
etc/default/grub.d/40_only_allow_signed_modules.cfg
Normal 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"
|
Loading…
Reference in New Issue
Block a user