tags: patch

Stumbled upon this so if it’s of any help here’s a patch.


Cheers,
--
Aurélien
diff --git a/debian/sysctl.conf b/debian/sysctl.conf
index ad73592..e446560 100644
--- a/debian/sysctl.conf
+++ b/debian/sysctl.conf
@@ -63,7 +63,10 @@
 # Magic system request Key
 # 0=disable, 1=enable all, >1 bitmask of sysrq functions
 # Debian kernels have this set to 438 which is the OR of:
-#  64 = enable signalling of processes
+#    2 = enable control of console logging level
+#    4 = enable control of keyboard (SAK, unraw)
+#   16 = enable sync command
+#   32 = enable remount read-only
 #  128 = allow reboot/poweroff
 #  256 = allow nicing of all RT tasks
 #

Reply via email to