mbox series

[GIT,PULL] selinux/selinux-pr-20241217

Message ID ac07005d555b51b0ae021bc2b0222f39@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] selinux/selinux-pr-20241217 | expand

Pull-request

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

Message

Paul Moore Dec. 18, 2024, 4:52 a.m. UTC
Linus,

One small SELinux patch to get rid improve our handling of unknown
extended permissions by safely ignoring them.  Not only does this
make it easier to support newer SELinux policy on older kernels in
the future, it removes to BUG() calls from the SELinux code.

-Paul

--
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 900f83cf376bdaf798b6f5dcb2eae0c822e908b6:

  selinux: ignore unknown extended permissions (2024-12-15 21:59:03 -0500)

----------------------------------------------------------------
selinux/stable-6.13 PR 20241217
----------------------------------------------------------------

ThiƩbaud Weksteen (1):
      selinux: ignore unknown extended permissions

 security/selinux/ss/services.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

--
paul-moore.com

Comments

pr-tracker-bot@kernel.org Dec. 18, 2024, 10:20 p.m. UTC | #1
The pull request you sent on Tue, 17 Dec 2024 23:52:02 -0500:

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

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

Thank you!