From: Eric Paris Date: Wed, 13 Oct 2010 20:24:41 +0000 (-0400) Subject: secmark: make secmark object handling generic X-Git-Tag: v2.6.37-rc1~218^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2606fd1fa5710205b23ee859563502aa18362447;p=pandora-kernel.git secmark: make secmark object handling generic Right now secmark has lots of direct selinux calls. Use all LSM calls and remove all SELinux specific knowledge. The only SELinux specific knowledge we leave is the mode. The only point is to make sure that other LSMs at least test this generic code before they assume it works. (They may also have to make changes if they do not represent labels as strings) Signed-off-by: Eric Paris Acked-by: Paul Moore Acked-by: Patrick McHardy Signed-off-by: James Morris --- Reading git-diff-tree failed