Revert "allow loading unsigned modules due to issues"

This reverts commit 661bcd8603.
This commit is contained in:
Patrick Schleizer
2023-11-03 12:17:00 -04:00
parent 04b210ee88
commit b6d53f698d
2 changed files with 4 additions and 3 deletions

View 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"