]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sysctl: fix suid_dumpable and lease-break-time sysctls
authorMatthew Wilcox <matthew@wil.cx>
Fri, 3 Apr 2009 04:35:07 +0000 (04:35 +0000)
committerChris Wright <chrisw@sous-sol.org>
Mon, 27 Apr 2009 17:36:55 +0000 (10:36 -0700)
commit037e58f985f0573b0dc7d2ee39b3a703d23efa13
tree19ae2405c4ded45044c3f6ce7873e5359c0379c3
parent14e4f36b873affb350f9608dfd77ce793f545fd4
sysctl: fix suid_dumpable and lease-break-time sysctls

upstream commit: 8e654fba4a376f436bdfe361fc5cdbc87ac09b35

Arne de Bruijn points out that commit
76fdbb25f963de5dc1e308325f0578a2f92b1c2d ("coredump masking: bound
suid_dumpable sysctl") mistakenly limits lease-break-time instead of
suid_dumpable.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Reported-by: Arne de Bruijn <kernelbt@arbruijn.dds.nl>
Cc: Kawai, Hidehiro <hidehiro.kawai.ez@hitachi.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
kernel/sysctl.c