]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Update the sysctl permissions handler to test effective uid/gid
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 5 Oct 2013 20:15:30 +0000 (13:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Oct 2013 20:50:14 +0000 (13:50 -0700)
commit2433c8f094a008895e66f25bd1773cdb01c91d01
tree0b5136b1d816a1b90cc7370313a257a60f6865ae
parent13caa8ed93513dd216ede0c84d833e39fc2e3e2a
net: Update the sysctl permissions handler to test effective uid/gid

Modify the code to use current_euid(), and in_egroup_p, as in done
in fs/proc/proc_sysctl.c:test_perm()

Cc: stable@vger.kernel.org
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Reported-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/sysctl_net.c