mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-08 22:25:03 -04: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
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue