• Linus Torvalds's avatar
    Merge tag 'apparmor-pr-2022-08-08' of... · 00aa9d0b
    Linus Torvalds authored
    Merge tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
    
    Pull AppArmor updates from John Johansen:
     "This is mostly cleanups and bug fixes with the one bigger change being
      Mathew Wilcox's patch to use XArrays instead of the IDR from the
      thread around the locking weirdness.
    
      Features:
       - Convert secid mapping to XArrays instead of IDR
       - Add a kernel label to use on kernel objects
       - Extend policydb permission set by making use of the xbits
       - Make export of raw binary profile to userspace optional
       - Enable tuning of policy paranoid load for embedded systems
       - Don't create raw_sha1 symlink if sha1 hashing is disabled
       - Allow labels to carry debug flags
    
      Cleanups:
       - Update MAINTAINERS file
       - Use struct_size() helper in kmalloc()
       - Move ptrace mediation to more logical task.{h,c}
       - Resolve uninitialized symbol warnings
       - Remove redundant ret variable
       - Mark alloc_unconfined() as static
       - Update help description of policy hash for introspection
       - Remove some casts which are no-longer required
    
      Bug Fixes:
       - Fix aa_label_asxprint return check
       - Fix reference count leak in aa_pivotroot()
       - Fix memleak in aa_simple_write_to_buffer()
       - Fix kernel doc comments
       - Fix absroot causing audited secids to begin with =
       - Fix quiet_denied for file rules
       - Fix failed mount permission check error message
       - Disable showing the mode as part of a secid to secctx
       - Fix setting unconfined mode on a loaded profile
       - Fix overlapping attachment computation
       - Fix undefined reference to `zlib_deflate_workspacesize'"
    
    * tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor: (34 commits)
      apparmor: Update MAINTAINERS file with new email address
      apparmor: correct config reference to intended one
      apparmor: move ptrace mediation to more logical task.{h,c}
      apparmor: extend policydb permission set by making use of the xbits
      apparmor: allow label to carry debug flags
      apparmor: fix overlapping attachment computation
      apparmor: fix setting unconfined mode on a loaded profile
      apparmor: Fix some kernel-doc comments
      apparmor: Mark alloc_unconfined() as static
      apparmor: disable showing the mode as part of a secid to secctx
      apparmor: Convert secid mapping to XArrays instead of IDR
      apparmor: add a kernel label to use on kernel objects
      apparmor: test: Remove some casts which are no-longer required
      apparmor: Fix memleak in aa_simple_write_to_buffer()
      apparmor: fix reference count leak in aa_pivotroot()
      apparmor: Fix some kernel-doc comments
      apparmor: Fix undefined reference to `zlib_deflate_workspacesize'
      apparmor: fix aa_label_asxprint return check
      apparmor: Fix some kernel-doc comments
      apparmor: Fix some kernel-doc comments
      ...
    00aa9d0b
MAINTAINERS 663 KB