From: Paul Moore Date: Tue, 29 Jan 2008 13:44:18 +0000 (-0500) Subject: SELinux: Allow NetLabel to directly cache SIDs X-Git-Tag: v2.6.25-rc1~1136^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dbe1eb0cfc144a2b0cb1466e22bcb6fc34229a8;p=pandora-kernel.git SELinux: Allow NetLabel to directly cache SIDs Now that the SELinux NetLabel "base SID" is always the netmsg initial SID we can do a big optimization - caching the SID and not just the MLS attributes. This not only saves a lot of per-packet memory allocations and copies but it has a nice side effect of removing a chunk of code. Signed-off-by: Paul Moore Signed-off-by: James Morris --- Reading git-diff-tree failed