From: John Johansen Date: Thu, 11 Jul 2013 04:07:43 +0000 (-0700) Subject: apparmor: change how profile replacement update is done X-Git-Tag: v3.12-rc1~107^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b071b34045a0c65d0e1f85f3d47fd2b8b7a8a1;p=pandora-kernel.git apparmor: change how profile replacement update is done remove the use of replaced by chaining and move to profile invalidation and lookup to handle task replacement. Replacement chaining can result in large chains of profiles being pinned in memory when one profile in the chain is use. With implicit labeling this will be even more of a problem, so move to a direct lookup method. Signed-off-by: John Johansen --- Reading git-diff-tree failed