mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-03 20:44:15 -04:00
allow loading unsigned modules due to issues
https://forums.whonix.org/t/allow-loading-signed-kernel-modules-by-default-disallow-kernel-module-loading-by-default/7880/23
This commit is contained in:
parent
9ee9309f54
commit
661bcd8603
3 changed files with 3 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
|||
## 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