]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Mar 2021 18:34:31 +0000 (11:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 22 Mar 2021 18:34:31 +0000 (11:34 -0700)
commit0211ef2b5b71bbd956e017e61d801e989e755c49
tree26d3132b87fc8510c3f48872c7be5e7b3651904d
parenta123a92a85a64b2b0aa97706608092508241de7b
parentfea7c50bd9bc47b7012f9f2b80c20d85e50560be
Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull selinux fixes from Paul Moore:
 "Three SELinux patches:

   - Fix a problem where a local variable is used outside its associated
     function. Thankfully this can only be triggered by reloading the
     SELinux policy, which is a restricted operation for other obvious
     reasons.

   - Fix some incorrect, and inconsistent, audit and printk messages
     when loading the SELinux policy.

  All three patches are relatively minor and have been through our
  testing with no failures"

* tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinuxfs: unify policy load error reporting
  selinux: fix variable scope issue in live sidtab conversion
  selinux: don't log MAC_POLICY_LOAD record on failed policy load
security/selinux/include/security.h
security/selinux/ss/services.c