diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2017-03-27 14:17:00 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-10-21 00:48:21 +0200 |
| commit | 817d821abbf1d605512af53a10bc45d3da834cf5 (patch) | |
| tree | 8e1f314b95a684381c257cafe98c59f59f28b12b | |
| parent | 7f4eab0e0a02c586b53466dc016f1bbd7b17b69e (diff) | |
FIQ and sysrq default deauthorized
(cherry picked from commit c6389b11ae779d9f360d2c6555037e1d73c0fe1b)
Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Bug: 36101220
Change-Id: I9f0ae9a9e3828dedf4b933bf1d752c98777cfa91
| -rw-r--r-- | include/linux/sysrq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sysrq.h b/include/linux/sysrq.h index 5a0bd938c..d393eeb47 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 */ |
