linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-28 15:02:32 to 2025-01-10 01:14:03 UTC [more...]

[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-10  1:13 UTC  (3+ 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 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 v6 00/16] perf tools: Use generic syscall scripts for all archs
 2025-01-09 23:00 UTC  (24+ 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] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-09 19:59 UTC  (2+ messages)

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-09 18:05 UTC  (7+ messages)

[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  (19+ messages)
` [PATCH v4 -next 11/15] sunrpc: simplify rpcauth_cache_shrink_count()
` [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 15/15] sysctl: remove unneeded include

[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  (11+ messages)
` [PATCH v2] lsm: check size of writes

[PATCH v4 00/30] Landlock audit support
 2025-01-08 15:43 UTC  (31+ 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

[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

[RFC PATCH v3 00/13] Clavis LSM
 2025-01-06 17:15 UTC  (20+ messages)
` [RFC PATCH v3 01/13] certs: Remove CONFIG_INTEGRITY_PLATFORM_KEYRING check
` [RFC PATCH v3 03/13] clavis: Introduce a new system keyring called clavis
` [RFC PATCH v3 04/13] keys: Add new verification type (VERIFYING_CLAVIS_SIGNATURE)
` [RFC PATCH v3 08/13] clavis: Introduce new LSM called clavis

[PATCH v3 08/23] landlock: Log ptrace denials
 2025-01-06 14:45 UTC  (3+ messages)
` [PATCH v3 8/23] "

[PATCH 02/11] reboot: reboot, not shutdown, on hw_protection_reboot timeout
 2025-01-06 14:28 UTC  (3+ messages)

[PATCH V3] lockdown: Initialize array before use
 2025-01-05 17:52 UTC  (4+ messages)
` [PATCH v3] "

[PATCH V2] lockdown: Initialize array before use
 2025-01-05  6:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 lsm/dev] net: corrections for security_secid_to_secctx returns
 2025-01-05  3:11 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 2/2] lsm: rename variable to avoid shadowing
 2025-01-05  3:04 UTC  (2+ messages)

[PATCH 1/2] lsm: constify function parameters
 2025-01-05  3:04 UTC  (2+ messages)

[PATCH][next] security: remove redundant assignment to variable rc
 2025-01-05  2:54 UTC  (5+ messages)
` [PATCH] "

[PATCH] lsm,io_uring: add LSM hooks for io_uring_setup()
 2025-01-05  2:12 UTC  (3+ messages)

[PATCH v3 09/23] audit: Add a new audit_get_ctime() helper
 2025-01-05  1:23 UTC  (2+ messages)
` [PATCH v3 9/23] "

[PATCH v3 02/23] lsm: Add audit_log_lsm_data() helper
 2025-01-05  1:23 UTC  (2+ messages)
` [PATCH v3 2/23] "

[PATCH v3 01/23] lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are set
 2025-01-04 16:47 UTC  (2+ messages)
` [PATCH v3 1/23] "

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

[PATCH 00/11] reboot: support runtime configuration of emergency hw_protection action
 2025-01-02 17:33 UTC  (3+ messages)
` [PATCH 09/11] dt-bindings: thermal: give OS some leeway in absence of critical-action

[PATCH] tomoyo: automatically use patterns for several situations in learning mode
 2025-01-01 12:03 UTC 

[PATCH v2 0/2] Add security index Chinese translation and add security lsm Chinese translation
 2024-12-30 18:36 UTC  (2+ messages)

[syzbot] [integrity?] [lsm?] INFO: task hung in process_measurement (2)
 2024-12-30  5:48 UTC  (4+ messages)

[PATCH] ALSA: usb-audio: US16x08: Initialize array before use
 2024-12-28 17:49 UTC  (2+ messages)


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