commit | ec6851ae0ab4587e610e260ddda75f92f3389f91 | [log] [tgz] |
---|---|---|
author | John Johansen <[email protected]> | Sat Apr 15 00:50:32 2023 -0700 |
committer | John Johansen <[email protected]> | Thu Jul 06 11:05:58 2023 -0700 |
tree | b25763d9b6a24b99eef27dcbdeef57471e9fa9bc | |
parent | 6f442d42c0d89876994a4a135eadf82b0e6ff6e4 [diff] |
apparmor: fix: kzalloc perms tables for shared dfas Currently the permstables of the shared dfas are not shared, and need to be allocated and copied. In the future this should be addressed with a larger rework on dfa and pdb ref counts and structure sharing. BugLink: http://bugs.launchpad.net/bugs/2017903 Fixes: 217af7e2f4de ("apparmor: refactor profile rules and attachments") Cc: [email protected] Signed-off-by: John Johansen <[email protected]> Reviewed-by: Jon Tourville <[email protected]>