mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
hardened-extended: define kernelParams as separate strings
This is now checked by the modules.
This commit is contained in:
parent
71e9864060
commit
2f0f1ec15a
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
# These parameters prevent information leaks during boot and must be used
|
# These parameters prevent information leaks during boot and must be used
|
||||||
# in combination with the kernel.printk
|
# in combination with the kernel.printk
|
||||||
"quiet loglevel=0"
|
"quiet" "loglevel=0"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.blacklistedKernelModules = [
|
boot.blacklistedKernelModules = [
|
||||||
|
Loading…
Reference in New Issue
Block a user