Some logical re-grouping
This commit is contained in:
@@ -35,6 +35,16 @@
|
||||
{ domain = "*"; type = "hard"; item = "core"; value = "0"; }
|
||||
];
|
||||
|
||||
boot.kernelParams = [
|
||||
"slab_nomerge"
|
||||
"init_on_alloc=1"
|
||||
"init_on_free=1"
|
||||
"page_alloc.shuffle=1"
|
||||
"randomize_kstack_offset=on"
|
||||
"vsyscall=none"
|
||||
"mitigations=auto"
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
"kernel.dmesg_restrict" = 1;
|
||||
"kernel.kptr_restrict" = 2;
|
||||
|
||||
Reference in New Issue
Block a user