From: Paul Moore Date: Tue, 29 Jan 2008 13:38:10 +0000 (-0500) Subject: SELinux: Only store the network interface's ifindex X-Git-Tag: v2.6.25-rc1~1136^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da5645a28a15aed2e541a814ecf9f7ffcd4c4673;p=pandora-kernel.git SELinux: Only store the network interface's ifindex Instead of storing the packet's network interface name store the ifindex. This allows us to defer the need to lookup the net_device structure until the audit record is generated meaning that in the majority of cases we never need to bother with this at all. Signed-off-by: Paul Moore Signed-off-by: James Morris --- Reading git-diff-tree failed