summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2020-04-04 23:06:40 +0100
committerEmily <vcs@emily.moe>2020-04-17 16:13:39 +0100
commited89b5b3f121920b811cfe1e705947fcd7cdb110 (patch)
treeb59bb04cdbfc16bb64acda53bb8878d123bc37ab
parent0d5f1697b78a5d8dc7d0f2a25e71ecca4021b257 (diff)
downloadnixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.tar
nixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.tar.gz
nixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.tar.bz2
nixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.tar.lz
nixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.tar.xz
nixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.tar.zst
nixpkgs-ed89b5b3f121920b811cfe1e705947fcd7cdb110.zip
linux_*_hardened: don't set PANIC_ON_OOPS
Upstreamed in anthraxx/linux-hardened@366e0216f15b7007c1f8b7ca86df681cbc22b50a.
-rw-r--r--pkgs/os-specific/linux/kernel/hardened-config.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/hardened-config.nix b/pkgs/os-specific/linux/kernel/hardened-config.nix
index 20911714b90..63ed2219f48 100644
--- a/pkgs/os-specific/linux/kernel/hardened-config.nix
+++ b/pkgs/os-specific/linux/kernel/hardened-config.nix
@@ -61,7 +61,6 @@ assert (versionAtLeast version "4.9");
   SECURITY_SAFESETID = whenAtLeast "5.1" yes;
 
   # Reboot devices immediately if kernel experiences an Oops.
-  PANIC_ON_OOPS = yes;
   PANIC_TIMEOUT = freeform "-1";
 
   GCC_PLUGINS = yes; # Enable gcc plugin options