mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-22 20:52:09 +07:00
Create 40_only_allow_signed_modules.cfg
Require all loaded kernel modules to be signed with a valid key.
This commit is contained in:
parent
864de10659
commit
9a49b8ecbb
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