+ Cleanups
  - make aa_set_current_onexec return void
  - fix kernel-doc complaints

+ Bug Fixes
  - fix missing error check for rhashtable_insert_fast
  - add missing failure check in compute_xmatch_perms
  - Return directly after a failed kzalloc() in two functions
  - apparmor: fix use of strcpy in policy_unpack_test
apparmor: add missing failure check in compute_xmatch_perms

Add check for failure to allocate the permission table.

Fixes: caa9f579ca72 ("apparmor: isolate policy backwards compatibility to its own file")
Signed-off-by: John Johansen <john.johansen@canonical.com>
1 file changed