linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-08 02:08:43 to 2025-01-13 22:00:37 UTC [more...]

[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-13 22:00 UTC  (9+ messages)
` [PATCH v9 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v9 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v9 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v9 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v9 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v9 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v9 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs

[PATCH] security: fix typos and spelling errors
 2025-01-13 19:19 UTC  (8+ messages)
  ` [PATCH V2] "

[PATCH v4 00/30] Landlock audit support
 2025-01-13 16:55 UTC  (49+ messages)
` [PATCH v4 01/30] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
` [PATCH v4 02/30] lsm: Add audit_log_lsm_data() helper
` [PATCH v4 03/30] landlock: Factor out check_access_path()
` [PATCH v4 04/30] landlock: Add unique ID generator
` [PATCH v4 05/30] landlock: Move access types
` [PATCH v4 06/30] landlock: Simplify initially denied access rights
` [PATCH v4 07/30] landlock: Move domain hierarchy management and export helpers
` [PATCH v4 08/30] landlock: Add AUDIT_LANDLOCK_DENY and log ptrace denials
` [PATCH v4 09/30] landlock: Add AUDIT_LANDLOCK_DOM_{INFO,DROP} and log domain properties
` [PATCH v4 10/30] landlock: Log mount-related denials
` [PATCH v4 11/30] landlock: Align partial refer access checks with final ones
` [PATCH v4 12/30] selftests/landlock: Add test to check partial access in a mount tree
` [PATCH v4 13/30] landlock: Optimize file path walks and prepare for audit support
` [PATCH v4 14/30] landlock: Log file-related denials
` [PATCH v4 15/30] landlock: Log truncate and IOCTL denials
` [PATCH v4 16/30] landlock: Log TCP bind and connect denials
` [PATCH v4 17/30] landlock: Log scoped denials
` [PATCH v4 18/30] landlock: Control log events with LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v4 19/30] samples/landlock: Do not log denials from the sandboxer by default
` [PATCH v4 20/30] selftests/landlock: Fix error message
` [PATCH v4 21/30] selftests/landlock: Add wrappers.h
` [PATCH v4 22/30] selftests/landlock: Add layout1.umount_sandboxer tests
` [PATCH v4 23/30] selftests/landlock: Extend tests for landlock_restrict_self()'s flags
` [PATCH v4 24/30] selftests/landlock: Add tests for audit and LANDLOCK_RESTRICT_SELF_QUIET
` [PATCH v4 25/30] selftests/landlock: Add audit tests for ptrace
` [PATCH v4 26/30] landlock: Export and rename landlock_get_inode_object()
` [PATCH v4 27/30] fs: Add iput() cleanup helper
  ` (subset) "
` [PATCH v4 28/30] audit,landlock: Add AUDIT_EXE_LANDLOCK_DENY rule type
` [PATCH v4 29/30] selftests/landlock: Test audit rule with AUDIT_EXE_LANDLOCK_DOM
` [PATCH v4 30/30] selftests/landlock: Test compatibility with audit rule lists

[PATCH v2 00/12] reboot: support runtime configuration of emergency hw_protection action
 2025-01-13 16:25 UTC  (13+ messages)
` [PATCH v2 01/12] reboot: replace __hw_protection_shutdown bool action parameter with an enum
` [PATCH v2 02/12] reboot: reboot, not shutdown, on hw_protection_reboot timeout
` [PATCH v2 03/12] docs: thermal: sync hardware protection doc with code
` [PATCH v2 04/12] reboot: describe do_kernel_restart's cmd argument in kernel-doc
` [PATCH v2 05/12] reboot: rename now misleading __hw_protection_shutdown symbols
` [PATCH v2 06/12] reboot: indicate whether it is a HARDWARE PROTECTION reboot or shutdown
` [PATCH v2 07/12] reboot: add support for configuring emergency hardware protection action
` [PATCH v2 08/12] regulator: allow user configuration of "
` [PATCH v2 09/12] platform/chrome: cros_ec_lpc: prepare for hw_protection_shutdown removal
` [PATCH v2 10/12] dt-bindings: thermal: give OS some leeway in absence of critical-action
` [PATCH v2 11/12] thermal: core: allow user configuration of hardware protection action
` [PATCH v2 12/12] reboot: retire hw_protection_reboot and hw_protection_shutdown helpers

[PATCH v1 0/4] Use scoped guards on Landlock
 2025-01-13 16:11 UTC  (5+ messages)
` [PATCH v1 1/4] landlock: Use scoped guards for ruleset
` [PATCH v1 2/4] landlock: Use scoped guards for ruleset in landlock_add_rule()
` [PATCH v1 3/4] locking/mutex: Add mutex_nest_1() scoped guard
` [PATCH v1 4/4] landlock: Use scoped guards for mutex

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-13 15:31 UTC  (5+ messages)

[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-13 14:55 UTC  (29+ messages)
` [PATCH v6 01/16] perf tools: Create generic syscall table support
` [PATCH v6 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v6 03/16] perf tools: csky: "
` [PATCH v6 04/16] perf tools: arm: Support "
` [PATCH v6 05/16] perf tools: sh: "
` [PATCH v6 06/16] perf tools: sparc: "
` [PATCH v6 07/16] perf tools: xtensa: Support syscall header
` [PATCH v6 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v6 09/16] perf tools: alpha: Support syscall header
` [PATCH v6 10/16] perf tools: parisc: "
` [PATCH v6 11/16] perf tools: arm64: Use syscall table
` [PATCH v6 12/16] perf tools: loongarch: "
` [PATCH v6 13/16] perf tools: mips: Use generic syscall scripts
` [PATCH v6 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v6 15/16] perf tools: s390: "
` [PATCH v6 16/16] perf tools: Remove dependency on libaudit

[PATCH] loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
 2025-01-13 13:42 UTC  (3+ messages)

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-01-13  6:59 UTC  (19+ messages)
` [PATCH v5 -next 01/16] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v5 -next 02/16] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v5 -next 03/16] mm: swap: move sysctl to mm/swap.c
` [PATCH v5 -next 04/16] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` [PATCH v5 -next 05/16] mm: util: move sysctls to mm/util.c
` [PATCH v5 -next 06/16] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v5 -next 07/16] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v5 -next 08/16] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v5 -next 09/16] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v5 -next 10/16] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v5 -next 11/16] sunrpc: simplify rpcauth_cache_shrink_count()
` [PATCH v5 -next 12/16] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v5 -next 13/16] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v5 -next 14/16] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v5 -next 15/16] sysctl: remove the vm_table
` [PATCH v5 -next 16/16] sysctl: remove unneeded include

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-12 10:36 UTC  (3+ messages)

[PATCH v1 1/2] landlock: Handle weird files
 2025-01-11 15:38 UTC  (5+ messages)
` [PATCH v1 2/2] landlock: Constify get_mode_access()

[PATCH] ipe: policy_fs: fix kernel-doc warnings
 2025-01-11  6:33 UTC 

[syzbot] [lsm?] WARNING in vfs_writev
 2025-01-11  2:38 UTC  (2+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

[RFC PATCH v3 00/19] Support socket access-control
 2025-01-10 16:55 UTC  (14+ messages)
` [RFC PATCH v3 01/19] landlock: "

[PATCH 1/2] fs: add loopback/bind mount specific security hook
 2025-01-10 15:42 UTC  (6+ messages)
    ` [PATCH v3 "

[syzbot] [tomoyo?] general protection fault in tomoyo_flush
 2025-01-10 14:21 UTC 

[syzbot] [tomoyo?] general protection fault in tomoyo_get_name (2)
 2025-01-10 14:21 UTC 

[PATCH v2] samples/landlock: Fix possible NULL dereference in parse_path()
 2025-01-10 11:23 UTC  (2+ messages)

[PATCH] landlock: ptrace_test: remove unused macros
 2025-01-10 11:23 UTC  (2+ messages)

[PATCH v3 1/2] fs: add loopback/bind mount specific security hook
 2025-01-10  2:10 UTC  (2+ messages)
` [PATCH v3 2/2] landlock: add support for private bind mount

[PATCH v8 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-10  1:11 UTC  (11+ messages)
` [PATCH v8 bpf-next 1/7] fs/xattr: bpf: Introduce security.bpf. xattr name prefix
` [PATCH v8 bpf-next 2/7] selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr names
` [PATCH v8 bpf-next 3/7] bpf: lsm: Add two more sleepable hooks
` [PATCH v8 bpf-next 4/7] bpf: Extend btf_kfunc_id_set to handle kfunc polymorphism
` [PATCH v8 bpf-next 5/7] bpf: Use btf_kfunc_id_set.remap logic for bpf_dynptr_from_skb
` [PATCH v8 bpf-next 6/7] bpf: fs/xattr: Add BPF kfuncs to set and remove xattrs
` [PATCH v8 bpf-next 7/7] selftests/bpf: Test kfuncs that set and remove xattr from BPF programs

[PATCH] selinux: Read sk->sk_family once in selinux_socket_bind()
 2025-01-09 16:28 UTC  (9+ messages)

[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2025-01-09  2:50 UTC  (13+ messages)
` [PATCH v4 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
      `  "
` [PATCH v4 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c

[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2025-01-09  2:35 UTC  (11+ messages)
` [PATCH v4 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v4 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
    ` Re: [PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files

[PATCH v5 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-09  2:29 UTC  (7+ messages)
` [PATCH v5 14/16] perf tools: powerpc: Use generic syscall table scripts
` [PATCH v5 15/16] perf tools: s390: "
` [PATCH v5 16/16] perf tools: Remove dependency on libaudit

[PATCH v2 1/2] fs: add loopback/bind mount specific security hook
 2025-01-09  1:42 UTC  (2+ messages)

[PATCH] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC
 2025-01-08 22:18 UTC  (2+ messages)

[syzbot] [lsm?] WARNING in handle_policy_update
 2025-01-08 21:17 UTC  (9+ messages)
` [PATCH v2] lsm: check size of writes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).