From: Eric Paris Date: Thu, 12 Feb 2009 19:50:54 +0000 (-0500) Subject: SELinux: remove unused av.decided field X-Git-Tag: v2.6.30-rc1~679^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1c6381a6e337adcecf84be2a838bd9e610e2365;p=pandora-kernel.git SELinux: remove unused av.decided field It appears there was an intention to have the security server only decide certain permissions and leave other for later as some sort of a portential performance win. We are currently always deciding all 32 bits of permissions and this is a useless couple of branches and wasted space. This patch completely drops the av.decided concept. This in a 17% reduction in the time spent in avc_has_perm_noaudit based on oprofile sampling of a tbench benchmark. Signed-off-by: Eric Paris Reviewed-by: Paul Moore Acked-by: Stephen Smalley Signed-off-by: James Morris --- Reading git-diff-tree failed