]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Nov 2018 17:26:09 +0000 (11:26 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 15 Nov 2018 17:26:09 +0000 (11:26 -0600)
commit7c4f70b1cc1bc20723dad244eff45f7f1c1d9521
tree5e0b8036ee4a8646bd868cfc256908f87bc2f281
parent84ca10bd36697961f42f0f6f0e3e73e5e2912ba6
parent43cc531fd3496d49cf13cde4c6818e5eaa084ca4
Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull SELinux fixes from Paul Moore:
 "Two small SELinux fixes for v4.20.

  Ondrej's patch adds a check on user input, and my patch ensures we
  don't look past the end of a buffer.

  Both patches are quite small and pass the selinux-testsuite"

* tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: fix non-MLS handling in mls_context_to_sid()
  selinux: check length properly in SCTP bind hook
security/selinux/hooks.c