]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Apr 2020 23:35:45 +0000 (16:35 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 30 Apr 2020 23:35:45 +0000 (16:35 -0700)
commit39e16d93424b61e0b5bd182e308a56d5f0e489d6
tree83e8c685b430aa1c30db374b62c5f0ddacd378b2
parent0468915bdb7cd3160c892664a53ce320e254281e
parentfb73974172ffaaf57a7c42f35424d9aece1a5af6
Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull SELinux fixes from Paul Moore:
 "Two more SELinux patches to fix problems in the v5.7-rcX releases.

  Wei Yongjun's patch fixes a return code in an error path, and my patch
  fixes a problem where we were not correctly applying access controls
  to all of the netlink messages in the netlink_send LSM hook"

* tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: properly handle multiple messages in selinux_netlink_send()
  selinux: fix error return code in cond_read_list()
security/selinux/hooks.c