commit | 4227c333f65cddc6c2f048e5b67cfe796b9df9a6 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Tue May 23 03:25:14 2017 -0700 |
committer | John Johansen <john.johansen@canonical.com> | Thu Jun 08 11:29:34 2017 -0700 |
tree | 4deee8d16246bc879036da19642451b8e7cdcde0 | |
parent | 72c8a768641dc6ee8d1d9dcebd51bbec2817459b [diff] |
apparmor: Move path lookup to using preallocated buffers Dynamically allocating buffers is problematic and is an extra layer that is a potntial point of failure and can slow down mediation. Change path lookup to use the preallocated per cpu buffers. Signed-off-by: John Johansen <john.johansen@canonical.com>