linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-16 16:42:05 to 2025-09-02 11:44:59 UTC [more...]

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-02 11:44 UTC  (20+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

LSM namespacing API
 2025-09-02 10:55 UTC  (39+ messages)

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-09-02  8:57 UTC  (38+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
` [RFC PATCH v1 2/2] selftests/exec: Add O_DENY_WRITE tests

[PATCH] ima: don't clear IMA_DIGSIG flag when setting non-IMA xattr
 2025-09-02  4:25 UTC 

[PATCH net-next 0/8] ipv4: icmp: Fix source IP derivation in presence of VRFs
 2025-09-02  2:40 UTC  (18+ messages)
` [PATCH net-next 1/8] ipv4: cipso: Simplify IP options handling in cipso_v4_error()
` [PATCH net-next 2/8] ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()
` [PATCH net-next 3/8] ipv4: icmp: Fix source IP derivation in presence of VRFs
` [PATCH net-next 4/8] selftests: traceroute: Return correct value on failure
` [PATCH net-next 5/8] selftests: traceroute: Use require_command()
` [PATCH net-next 6/8] selftests: traceroute: Reword comment
` [PATCH net-next 7/8] selftests: traceroute: Test traceroute with different source IPs
` [PATCH net-next 8/8] selftests: traceroute: Add VRF tests

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-09-01  2:58 UTC  (16+ messages)
` [PATCH 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
` [PATCH 2/2] selftests: Replace relative includes with non-relative "
` [PATCH v2 0/2] selftests: Centralize kselftest headers to avoid relative includes
  ` [PATCH v2 1/2] selftests: Centralize include path for kselftest.h and kselftest_harness.h
  ` [PATCH v2 2/2] selftests: Replace relative includes with non-relative "

[PATCH v6 0/4] Audit: Records for multiple security contexts
 2025-08-30 15:42 UTC  (10+ messages)
  ` [PATCH v6 1/4] Audit: Create audit_stamp structure
  ` [PATCH v6 2/4] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v6 3/4] Audit: Add record for multiple task security contexts
  ` [PATCH v6 4/4] Audit: Add record for multiple object contexts

[RFC PATCH] selftests/landlock: Support running the full fs test suite on another FS
 2025-08-30  3:47 UTC 

[PATCH] memfd,selinux: call security_inode_init_security_anon
 2025-08-29 10:56 UTC  (5+ messages)

[PATCH] fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()
 2025-08-29 10:01 UTC  (3+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-28 12:44 UTC  (12+ messages)
` [PATCH kvm-next V11 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH kvm-next V11 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH kvm-next V11 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH kvm-next V11 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH kvm-next V11 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH kvm-next V11 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[RFC][PATCH] switch do_new_mount_fc() to using fc_mount()
 2025-08-27 15:38 UTC  (2+ messages)

[RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
 2025-08-25 23:06 UTC  (2+ messages)

[PATCH] security: keys: use menuconfig for KEYS symbol
 2025-08-25 22:50 UTC  (2+ messages)

[PATCH] tpm: Disable TPM2_TCG_HMAC by default
 2025-08-25 20:32 UTC 

[PATCH] x86/bpf: use bpf_capable() instead of capable(CAP_SYS_ADMIN)
 2025-08-25 11:40 UTC  (6+ messages)

[PATCH] security: CONFIG_LSM: LSM can depend on SECURITY
 2025-08-24 22:28 UTC 

[RFC PATCH v3 0/34] Rework the LSM initialization
 2025-08-22 20:45 UTC  (3+ messages)
` [PATCH v3 31/34] ima,evm: move initcalls to the LSM framework

[PATCH] MAINTAINERS: add the associated Rust helper to the CREDENTIALS section
 2025-08-22 20:36 UTC  (4+ messages)

[PATCH] MAINTAINERS: add the associated Rust helper to the LSM section
 2025-08-22 20:35 UTC  (2+ messages)

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22 14:51 UTC  (5+ messages)

[PATCH v17] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-21 17:34 UTC 

[PATCH v5 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-08-20 15:30 UTC  (6+ messages)
` [PATCH v5 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v5 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy

[PATCH] rust: cred: update AlwaysRefCounted import to sync::aref
 2025-08-19 20:08 UTC  (6+ messages)

[PATCH v3 00/12] Signed BPF programs
 2025-08-19 19:19 UTC  (10+ messages)
` [PATCH v3 08/12] bpf: Implement signature verification for "
` [PATCH v3 11/12] bpftool: Add support for signing "

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-08-19 10:05 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex

[PATCH v2] security: min_addr: use umax() to improve code
 2025-08-18 19:41 UTC  (2+ messages)

[PATCH v5 0/5] Audit: Records for multiple security contexts
 2025-08-16 17:27 UTC  (3+ messages)
  ` [PATCH v5 5/5] Audit: Add record for multiple object contexts


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