From: Eric W. Biederman Date: Wed, 14 Feb 2007 08:34:15 +0000 (-0800) Subject: [PATCH] sysctl: fix the selinux_sysctl_get_sid X-Git-Tag: v2.6.21-rc1~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b599fdfdb4bb4941e9076308efcf3bb89e577db5;p=pandora-kernel.git [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 Acked-by: Stephen Smalley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed