• Linus Torvalds's avatar
    Merge tag 'apparmor-pr-2024-07-25' of... · ff305644
    Linus Torvalds authored
    Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
    
    Pull apparmor updates from John Johansen:
     "Cleanups
       - optimization: try to avoid refing the label in apparmor_file_open
       - remove useless static inline function is_deleted
       - use kvfree_sensitive to free data->data
       - fix typo in kernel doc
    
      Bug fixes:
       - unpack transition table if dfa is not present
       - test: add MODULE_DESCRIPTION()
       - take nosymfollow flag into account
       - fix possible NULL pointer dereference
       - fix null pointer deref when receiving skb during sock creation"
    
    * tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor:
      apparmor: unpack transition table if dfa is not present
      apparmor: try to avoid refing the label in apparmor_file_open
      apparmor: test: add MODULE_DESCRIPTION()
      apparmor: take nosymfollow flag into account
      apparmor: fix possible NULL pointer dereference
      apparmor: fix typo in kernel doc
      apparmor: remove useless static inline function is_deleted
      apparmor: use kvfree_sensitive to free data->data
      apparmor: Fix null pointer deref when receiving skb during sock creation
    ff305644
lsm.c 59.5 KB