kernel
This commit is contained in:
parent
5e5529c314
commit
9966474b58
3 changed files with 40 additions and 1 deletions
|
@ -9,6 +9,44 @@
|
||||||
MCORE2 y
|
MCORE2 y
|
||||||
ENERGY_MODEL y
|
ENERGY_MODEL y
|
||||||
INTEL_TXT y
|
INTEL_TXT y
|
||||||
|
LOCKUP_DETECTOR y
|
||||||
|
HARDLOCKUP_DETECTOR y
|
||||||
|
BUG y
|
||||||
|
|
||||||
|
SECURITY_SELINUX_DISABLE n
|
||||||
|
|
||||||
|
STRICT_KERNEL_RWX y
|
||||||
|
|
||||||
|
DEBUG_CREDENTIALS y
|
||||||
|
DEBUG_NOTIFIERS y
|
||||||
|
DEBUG_SG y
|
||||||
|
DEBUG_STACKOVERFLOW y
|
||||||
|
SCHED_STACK_END_CHECK y
|
||||||
|
|
||||||
|
SHUFFLE_PAGE_ALLOCATOR y
|
||||||
|
|
||||||
|
SLUB_DEBUG y
|
||||||
|
|
||||||
|
PAGE_POISONING y
|
||||||
|
PAGE_POISONING_NO_SANITY y
|
||||||
|
PAGE_POISONING_ZERO y
|
||||||
|
|
||||||
|
SECURITY_SAFESETID y
|
||||||
|
|
||||||
|
PANIC_TIMEOUT -1
|
||||||
|
|
||||||
|
GCC_PLUGINS y
|
||||||
|
GCC_PLUGIN_LATENT_ENTROPY y
|
||||||
|
|
||||||
|
GCC_PLUGIN_STRUCTLEAK y
|
||||||
|
GCC_PLUGIN_STRUCTLEAK_BYREF_ALL y
|
||||||
|
GCC_PLUGIN_STACKLEAK y
|
||||||
|
GCC_PLUGIN_RANDSTRUCT y
|
||||||
|
GCC_PLUGIN_RANDSTRUCT_PERFORMANCE y
|
||||||
|
|
||||||
|
ACPI_CUSTOM_METHOD n
|
||||||
|
PROC_KCORE n
|
||||||
|
INET_DIAG n
|
||||||
'';
|
'';
|
||||||
} ];
|
} ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
../../mercurial
|
../../mercurial
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.unstable.linuxPackages_latest_hardened;
|
boot.kernelPackages = pkgs.linuxPackages_latest_hardened;
|
||||||
boot.loader.grub = {
|
boot.loader.grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
version = 2;
|
version = 2;
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
mindforgerPatched.mindforger
|
mindforgerPatched.mindforger
|
||||||
passff-host
|
passff-host
|
||||||
|
pdfarranger
|
||||||
python38Packages.binwalk-full
|
python38Packages.binwalk-full
|
||||||
qemu aqemu
|
qemu aqemu
|
||||||
shotwell
|
shotwell
|
||||||
|
|
Loading…
Reference in a new issue