This commit is contained in:
Patrick Schleizer 2019-09-06 11:44:56 +00:00
parent ccdbc52b82
commit cb8170fd80
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -1,3 +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.
## 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"