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
preload
Kconfig -rw-r--r-- 3.0 KB
Makefile -rw-r--r-- 1.8 KB
arraymap.c -rw-r--r-- 37.5 KB
bloom_filter.c -rw-r--r-- 5.5 KB
bpf_cgrp_storage.c -rw-r--r-- 5.9 KB
bpf_inode_storage.c -rw-r--r-- 5.9 KB
bpf_iter.c -rw-r--r-- 19.3 KB
bpf_local_storage.c -rw-r--r-- 26.1 KB
bpf_lru_list.c -rw-r--r-- 17.6 KB
bpf_lru_list.h -rw-r--r-- 1.9 KB
bpf_lsm.c -rw-r--r-- 10.9 KB
bpf_struct_ops.c -rw-r--r-- 23.4 KB
bpf_struct_ops_types.h -rw-r--r-- 262 bytes
bpf_task_storage.c -rw-r--r-- 9.3 KB
btf.c -rw-r--r-- 220.4 KB
cgroup.c -rw-r--r-- 66.2 KB
cgroup_iter.c -rw-r--r-- 8.5 KB
core.c -rw-r--r-- 74.8 KB
cpumap.c -rw-r--r-- 20.1 KB
cpumask.c -rw-r--r-- 14.0 KB
devmap.c -rw-r--r-- 29.9 KB
disasm.c -rw-r--r-- 10.5 KB
disasm.h -rw-r--r-- 1.0 KB
dispatcher.c -rw-r--r-- 4.3 KB
hashtab.c -rw-r--r-- 68.2 KB
helpers.c -rw-r--r-- 66.3 KB
inode.c -rw-r--r-- 16.8 KB
link_iter.c -rw-r--r-- 2.4 KB
local_storage.c -rw-r--r-- 14.7 KB
log.c -rw-r--r-- 9.0 KB
lpm_trie.c -rw-r--r-- 21.3 KB
map_in_map.c -rw-r--r-- 3.6 KB
map_in_map.h -rw-r--r-- 461 bytes
map_iter.c -rw-r--r-- 5.4 KB
memalloc.c -rw-r--r-- 24.1 KB
mmap_unlock_work.h -rw-r--r-- 1.7 KB
mprog.c -rw-r--r-- 11.5 KB
net_namespace.c -rw-r--r-- 13.0 KB
offload.c -rw-r--r-- 19.9 KB
percpu_freelist.c -rw-r--r-- 4.7 KB
percpu_freelist.h -rw-r--r-- 1.1 KB
prog_iter.c -rw-r--r-- 2.4 KB
queue_stack_maps.c -rw-r--r-- 6.8 KB
reuseport_array.c -rw-r--r-- 8.6 KB
ringbuf.c -rw-r--r-- 22.3 KB
stackmap.c -rw-r--r-- 17.2 KB
syscall.c -rw-r--r-- 137.9 KB
sysfs_btf.c -rw-r--r-- 1.1 KB
task_iter.c -rw-r--r-- 20.5 KB
tcx.c -rw-r--r-- 8.0 KB
tnum.c -rw-r--r-- 5.1 KB
trampoline.c -rw-r--r-- 26.7 KB
verifier.c -rw-r--r-- 580.5 KB

back to top