mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-23 22:33:05 +07:00
Revert "allow loading unsigned modules due to issues"
This reverts commit 661bcd8603
.
This commit is contained in:
4
etc/default/grub.d/40_only_allow_signed_modules.cfg
Normal file
4
etc/default/grub.d/40_only_allow_signed_modules.cfg
Normal file
@ -0,0 +1,4 @@
|
||||
## 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"
|
Reference in New Issue
Block a user