]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2019 00:55:37 +0000 (16:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Dec 2019 00:55:37 +0000 (16:55 -0800)
commitf4770de0ab6ec5a7adca03aad45dd04e4fde8017
treebb2c61dc91320f64f70ee2fba37b938ba564d86a
parent751621d64c8b6c8e7ddf5521608d640a43058746
parent9ca38e0f2a1a3722febc3180ec1e4f89d7dc1fde
Merge tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux

Pull selinux updates from Paul Moore:
 "Only three SELinux patches for v5.5:

   - Remove the size limit on SELinux policies, the limitation was a
     lingering vestige and no longer necessary.

   - Allow file labeling before the policy is loaded. This should ease
     some of the burden when the policy is initially loaded (no need to
     relabel files), but it should also help enable some new system
     concepts which dynamically create the root filesystem in the
     initrd.

   - Add support for the "greatest lower bound" policy construct which
     is defined as the intersection of the MLS range of two SELinux
     labels"

* tag 'selinux-pr-20191126' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: default_range glblub implementation
  selinux: allow labeling before policy is loaded
  selinux: remove load size limit
security/selinux/hooks.c