mbox series

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

Message ID CAHC9VhT4yfGtBf3ECh9gMEQg9Tx4=ZjHDj_uEDPVqR=ihWph4A@mail.gmail.com (mailing list archive)
State Handled Elsewhere
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] SELinux fixes for v6.6 (#1) | expand

Pull-request

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

Message

Paul Moore Sept. 14, 2023, 6:42 p.m. UTC
Hi Linus,

A relatively small SELinux patch to fix an issue with a
vfs/LSM/SELinux patch that went upstream during the recent merge
window.  The short version is that the original patch changed how we
initialized mount options to resolve a NFS issue and we inadvertently
broke a use case due to the changed behavior; the fix in this pull
request restores this behavior for the cases that require it while
keeping the original NFS fix in place.  Please merge.

Thanks,
-Paul
--
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

 Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ccf1dab96be4caed7c5235b1cfdb606ac161b996:

 selinux: fix handling of empty opts in selinux_fs_context_submount()
   (2023-09-12 17:31:08 -0400)

----------------------------------------------------------------
selinux/stable-6.6 PR 20230914

----------------------------------------------------------------
Ondrej Mosnacek (1):
     selinux: fix handling of empty opts in selinux_fs_context_submount()

security/selinux/hooks.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 15, 2023, 7:47 p.m. UTC | #1
The pull request you sent on Thu, 14 Sep 2023 14:42:43 -0400:

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

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

Thank you!