From 0f59fe5171b5564fc6fb58f3281fbc259c45f7d0 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 15 Mar 2013 19:30:53 +0100 Subject: [PATCH 1/1] sysctl: default - add safe sysrq options --- sysctl.d/50-default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysctl.d/50-default.conf b/sysctl.d/50-default.conf index 8d202a63e..46bae210c 100644 --- a/sysctl.d/50-default.conf +++ b/sysctl.d/50-default.conf @@ -7,6 +7,9 @@ # See sysctl.d(5) and core(5) for for details. +# System Request functionality of the kernel (SYNC) +kernel.sysrq = 16 + # Append the PID to the core filename kernel.core_uses_pid = 1 -- 2.30.2