commit | 77b071b34045a0c65d0e1f85f3d47fd2b8b7a8a1 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Wed Jul 10 21:07:43 2013 -0700 |
committer | John Johansen <john.johansen@canonical.com> | Wed Aug 14 11:42:06 2013 -0700 |
tree | b0b2c38b79969ac7b9439389888f6a1ac14a32a7 | |
parent | 01e2b670aa898a39259bc85c78e3d74820f4d3b6 [diff] |
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 <john.johansen@canonical.com>