mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-10-11 10:38:29 -04:00
Revert "allow loading unsigned modules due to issues"
This reverts commit 661bcd8603
.
This commit is contained in:
parent
04b210ee88
commit
b6d53f698d
2 changed files with 4 additions and 3 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue