linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-06 22:30:03 to 2025-01-13 09:30:08 UTC [more...]

[PATCH] loadpin: remove MODULE_COMPRESS_NONE as it is no longer supported
 2025-01-13  9:31 UTC 

[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] security: fix typos and spelling errors
 2025-01-13  2:56 UTC  (6+ messages)
  ` [PATCH V2] "

[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 v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-11 14:03 UTC  (28+ 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] 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_get_name (2)
 2025-01-10 14:21 UTC 

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

[PATCH v4 00/30] Landlock audit support
 2025-01-10 11:25 UTC  (40+ 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
` [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] 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] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-10  9:44 UTC  (3+ 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 v9 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-10  1:13 UTC  (8+ 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 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  (10+ 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  (20+ messages)
` [PATCH v5 01/16] perf tools: Create generic syscall table support
` [PATCH v5 02/16] perf tools: arc: Support generic syscall headers
` [PATCH v5 03/16] perf tools: csky: "
` [PATCH v5 04/16] perf tools: arm: Support "
` [PATCH v5 05/16] perf tools: sh: "
` [PATCH v5 06/16] perf tools: sparc: "
` [PATCH v5 07/16] perf tools: xtensa: Support syscall header
` [PATCH v5 08/16] perf tools: x86: Use generic syscall scripts
` [PATCH v5 09/16] perf tools: alpha: Support syscall header
` [PATCH v5 10/16] perf tools: parisc: "
` [PATCH v5 11/16] perf tools: arm64: Use syscall table
` [PATCH v5 12/16] perf tools: loongarch: "
` [PATCH v5 13/16] perf tools: mips: Use generic syscall scripts
` [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  (3+ messages)
` [PATCH v2 2/2] landlock: add support for private bind mount

[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

[GIT PULL] selinux/selinux-pr-20250107
 2025-01-07 23:47 UTC  (2+ messages)

[PATCH] KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=y
 2025-01-07 19:05 UTC  (4+ messages)

[PATCH v4 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-07 18:44 UTC  (4+ messages)
` [PATCH v4 16/16] perf tools: Remove dependency on libaudit

[PATCH v3 18/23] landlock: Log scoped denials
 2025-01-07 14:23 UTC  (5+ messages)

[PATCH v3 17/23] landlock: Log TCP bind and connect denials
 2025-01-07 14:17 UTC  (5+ messages)

[PATCH v3 10/23] landlock: Log domain properties and release
 2025-01-07 14:16 UTC  (5+ messages)

[PATCH linux-next 0/2] Fix perf security check problem
 2025-01-07  1:52 UTC  (7+ messages)
` [PATCH linux-next 1/2] perf: Remove unnecessary parameter of security check
` [PATCH linux-next 2/2] perf: Return EACCESS when need perfmon capability


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).