mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
14 lines
432 B
Diff
14 lines
432 B
Diff
diff --git a/include/linux/sysrq.h b/include/linux/sysrq.h
|
|
index 5a0bd93..d393eeb 100644
|
|
--- a/include/linux/sysrq.h
|
|
+++ b/include/linux/sysrq.h
|
|
@@ -18,7 +18,7 @@
|
|
#include <linux/types.h>
|
|
|
|
/* Enable/disable SYSRQ support by default (0==no, 1==yes). */
|
|
-#define SYSRQ_DEFAULT_ENABLE 1
|
|
+#define SYSRQ_DEFAULT_ENABLE 0
|
|
|
|
/* Possible values of bitmask for enabling sysrq functions */
|
|
/* 0x0001 is reserved for enable everything */
|