diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-30 07:04:52 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-30 07:04:51 -0800 |
| commit | f6e3e8bba44447d27fe7a53f16890d57293fec6f (patch) | |
| tree | 2021c7672225fc3659d26d7633d5c518e9db994d /kernel/sysctl.c | |
| parent | 6a190c73c63dc06508307f3274c8920a69cf60ce (diff) | |
| parent | 22562e0cec02807a65ece6cacbdd9b8ee95e074e (diff) | |
Merge "sysctl: enable strict writes"
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index d3873333c766..a2a87c3ad44e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -178,7 +178,7 @@ extern int no_unaligned_warning; #define SYSCTL_WRITES_WARN 0 #define SYSCTL_WRITES_STRICT 1 -static int sysctl_writes_strict = SYSCTL_WRITES_WARN; +static int sysctl_writes_strict = SYSCTL_WRITES_STRICT; static int proc_do_cad_pid(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos); |
