linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 15:54:39 to 2025-08-30 00:55:57 UTC [more...]

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-30  0:55 UTC  (9+ 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] 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)

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-28 21:01 UTC  (31+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
` [RFC PATCH v1 2/2] selftests/exec: Add O_DENY_WRITE tests

[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 

LSM namespacing API
 2025-08-23 23:00 UTC  (36+ messages)

[RFC PATCH v3 0/34] Rework the LSM initialization
 2025-08-22 20:45 UTC  (38+ messages)
` [PATCH v3 01/34] lsm: split the notifier code out into lsm_notifier.c
` [PATCH v3 02/34] lsm: split the init code out into lsm_init.c
` [PATCH v3 03/34] lsm: consolidate lsm_allowed() and prepare_lsm() into lsm_prepare()
` [PATCH v3 04/34] lsm: introduce looping macros for the initialization code
` [PATCH v3 05/34] lsm: integrate report_lsm_order() code into caller
` [PATCH v3 06/34] lsm: integrate lsm_early_cred() and lsm_early_task() "
` [PATCH v3 07/34] lsm: rename ordered_lsm_init() to lsm_init_ordered()
` [PATCH v3 08/34] lsm: replace the name field with a pointer to the lsm_id struct
` [PATCH v3 09/34] lsm: rename the lsm order variables for consistency
` [PATCH v3 10/34] lsm: rework lsm_active_cnt and lsm_idlist[]
` [PATCH v3 11/34] lsm: get rid of the lsm_names list and do some cleanup
` [PATCH v3 12/34] lsm: rework the LSM enable/disable setter/getter functions
` [PATCH v3 13/34] lsm: rename exists_ordered_lsm() to lsm_order_exists()
` [PATCH v3 14/34] lsm: rename/rework append_ordered_lsm() into lsm_order_append()
` [PATCH v3 15/34] lsm: rename/rework ordered_lsm_parse() to lsm_order_parse()
` [PATCH v3 16/34] lsm: cleanup the LSM blob size code
` [PATCH v3 17/34] lsm: cleanup initialize_lsm() and rename to lsm_init_single()
` [PATCH v3 18/34] lsm: fold lsm_init_ordered() into security_init()
` [PATCH v3 19/34] lsm: add/tweak function header comment blocks in lsm_init.c
` [PATCH v3 20/34] lsm: cleanup the debug and console output "
` [PATCH v3 21/34] lsm: output available LSMs when debugging
` [PATCH v3 22/34] lsm: group lsm_order_parse() with the other lsm_order_*() functions
` [PATCH v3 23/34] lsm: introduce an initcall mechanism into the LSM framework
` [PATCH v3 24/34] loadpin: move initcalls to "
` [PATCH v3 25/34] ipe: "
` [PATCH v3 26/34] smack: "
` [PATCH v3 27/34] tomoyo: "
` [PATCH v3 28/34] safesetid: "
` [PATCH v3 29/34] apparmor: "
` [PATCH v3 30/34] lockdown: "
` [PATCH v3 31/34] ima,evm: "
` [PATCH v3 32/34] selinux: "
` [PATCH v3 33/34] lsm: consolidate all of the LSM framework initcalls
` [PATCH v3 34/34] lsm: add a LSM_STARTED_ALL notification event

[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  (19+ messages)
` [PATCH v3 03/12] libbpf: Implement SHA256 internal helper
` [PATCH v3 04/12] libbpf: Support exclusive map creation
` [PATCH v3 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v3 08/12] bpf: Implement signature verification for BPF programs
` [PATCH v3 09/12] libbpf: Update light skeleton for signing
` [PATCH v3 11/12] bpftool: Add support for signing BPF programs
` [syzbot ci] Re: Signed "

[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 v6 0/4] Audit: Records for multiple security contexts
 2025-08-16 17:28 UTC  (5+ 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

[PATCH v5 0/5] Audit: Records for multiple security contexts
 2025-08-16 17:27 UTC  (7+ messages)
  ` [PATCH v5 1/5] Audit: Create audit_stamp structure
  ` [PATCH v5 2/5] LSM: security_lsmblob_to_secctx module selection
  ` [PATCH v5 3/5] Audit: Add record for multiple task security contexts
  ` [PATCH v5 4/5] Audit: Fix indentation in audit_log_exit
  ` [PATCH v5 5/5] Audit: Add record for multiple object contexts

[PATCH] kselftest/landlock : fixed typo errors
 2025-08-15 16:51 UTC 

[PATCH] lockdown: avoid extra call to strlen() in lockdown_read()
 2025-08-15 12:28 UTC 

[PATCH v2] apparmor: Remove unused value
 2025-08-15  6:34 UTC  (3+ messages)

[PATCH] security: min_addr: use max() to improve code
 2025-08-15  3:39 UTC  (3+ messages)

[PATCH v3 07/11] rust: security: replace `core::mem::zeroed` with `pin_init::zeroed`
 2025-08-14 22:01 UTC  (4+ 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).