Revision 02e768c9fe47618056d876b5137424763486d886 authored by Linus Torvalds on 15 September 2023, 19:38:44 UTC, committed by Linus Torvalds on 15 September 2023, 19:38:44 UTC
Pull selinux fix from Paul Moore:
 "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 restores this behavior for the cases that require it while
  keeping the original NFS fix in place"

* tag 'selinux-pr-20230914' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux:
  selinux: fix handling of empty opts in selinux_fs_context_submount()
2 parent s 8221097 + ccf1dab
History
File Mode Size
Kconfig -rw-r--r-- 14.5 KB
Makefile -rw-r--r-- 836 bytes
debug_kmemleak.c -rw-r--r-- 785 bytes
decompress.c -rw-r--r-- 7.8 KB
dups.c -rw-r--r-- 7.6 KB
internal.h -rw-r--r-- 11.9 KB
kallsyms.c -rw-r--r-- 13.8 KB
kdb.c -rw-r--r-- 1.5 KB
kmod.c -rw-r--r-- 4.8 KB
livepatch.c -rw-r--r-- 1.8 KB
main.c -rw-r--r-- 85.4 KB
procfs.c -rw-r--r-- 3.5 KB
signing.c -rw-r--r-- 3.1 KB
stats.c -rw-r--r-- 17.8 KB
strict_rwx.c -rw-r--r-- 2.1 KB
sysfs.c -rw-r--r-- 10.1 KB
tracking.c -rw-r--r-- 3.2 KB
tree_lookup.c -rw-r--r-- 2.6 KB
version.c -rw-r--r-- 2.4 KB

back to top