mbox series

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

Message ID CAHC9VhSOqYnEPUJhcXTg4yAMw3c1+EOt9CE77JoJkdcz1MJNsA@mail.gmail.com (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] SELinux fixes for v5.0 (#1) | expand

Pull-request

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

Message

Paul Moore Jan. 15, 2019, 10:24 p.m. UTC
Hi Linus,

One small patch to fix a potential NULL dereference on a failed
SELinux policy load.  Please pull this in for the next v5.0-rc.

Thanks,
-Paul

--
The following changes since commit ee1a84fdfeedfd7362e9a8a8f15fedc3482ade2d:

 selinux: overhaul sidtab to fix bug and improve performance
   (2018-12-05 16:12:32 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 5b0e7310a2a33c06edc7eb81ffc521af9b2c5610:

 selinux: fix GPF on invalid policy (2019-01-10 20:23:05 -0500)

----------------------------------------------------------------
selinux/stable-5.0 PR 20190115

----------------------------------------------------------------
Stephen Smalley (1):
     selinux: fix GPF on invalid policy

security/selinux/ss/policydb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Jan. 16, 2019, 6 a.m. UTC | #1
The pull request you sent on Tue, 15 Jan 2019 17:24:58 -0500:

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

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

Thank you!