mbox series

[GIT,PULL] SELinux fixes for v5.1 (#1)

Message ID CAHC9VhTNWou2axPZ5SeCD0pML_r6=r1Wok1U=ggONUR14O+mQw@mail.gmail.com (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] SELinux fixes for v5.1 (#1) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git

Message

Paul Moore March 12, 2019, 11:12 p.m. UTC
Hi Linus,

Two small fixes for SELinux in v5.1: one adds a buffer length check to
the SELinux SCTP code, the other ensures that the SELinux labeling for
a NFS mount is not disabled if the filesystem is mounted twice.
Please pull for v5.1-rc1.

Thanks,
-Paul

--
The following changes since commit 45189a1998e00f6375ebd49d1e18161acddd73de:

 selinux: fix avc audit messages (2019-02-05 12:34:33 -0500)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
   tags/selinux-pr-20190312

for you to fetch changes up to 3815a245b50124f0865415dcb606a034e97494d4:

 security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
   (2019-03-11 16:13:17 -0400)

----------------------------------------------------------------
selinux/stable-5.1 PR 20190312

----------------------------------------------------------------
J. Bruce Fields (1):
     security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock

Xin Long (1):
     selinux: add the missing walk_size + len check in
              selinux_sctp_bind_connect

security/selinux/hooks.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 13, 2019, 6:40 p.m. UTC | #1
The pull request you sent on Tue, 12 Mar 2019 19:12:50 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git tags/selinux-pr-20190312

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fa3d493f7a573b4e4e2538486e912093a0161c1b

Thank you!