[PATCH] sysctl: fix the selinux_sysctl_get_sid
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Feb 2007 08:34:15 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 14 Feb 2007 16:10:00 +0000 (08:10 -0800)
commitb599fdfdb4bb4941e9076308efcf3bb89e577db5
treec224273f3ef29749bf3f62e06f7ffdee595996c0
parent3fbfa98112fc3962c416452a0baf2214381030e6
[PATCH] sysctl: fix the selinux_sysctl_get_sid

I goofed and when reenabling the fine grained selinux labels for
sysctls and forgot to add the "/sys" prefix before consulting
the policy database.  When computing the same path using
proc_dir_entries we got the "/sys" for free as it was part
of the tree, but it isn't true for clt_table trees.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
security/selinux/hooks.c