linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 18:03:16 to 2025-08-27 14:47:45 UTC [more...]

[PATCH 0/2] selftests: Centralize kselftest headers to avoid relative includes
 2025-08-27 14:47 UTC 

[PATCH] memfd,selinux: call security_inode_init_security_anon
 2025-08-27 13:23 UTC  (2+ messages)

[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
 2025-08-27 10:29 UTC  (23+ messages)
` [RFC PATCH v1 1/2] fs: Add O_DENY_WRITE
` [RFC PATCH v1 2/2] selftests/exec: Add O_DENY_WRITE tests

[RFC][PATCH] switch do_new_mount_fc() to using fc_mount()
 2025-08-26 18:21 UTC 

[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  (25+ messages)
` [PATCH v3 01/12] bpf: Update the bpf_prog_calc_tag to use SHA256
` [PATCH v3 02/12] bpf: Implement exclusive map creation
` [PATCH v3 03/12] libbpf: Implement SHA256 internal helper
` [PATCH v3 04/12] libbpf: Support exclusive map creation
` [PATCH v3 05/12] selftests/bpf: Add tests for exclusive maps
` [PATCH v3 06/12] bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FD
` [PATCH v3 07/12] bpf: Move the signature kfuncs to helpers.c
` [PATCH v3 08/12] bpf: Implement signature verification for BPF programs
` [PATCH v3 09/12] libbpf: Update light skeleton for signing
` [PATCH v3 10/12] libbpf: Embed and verify the metadata hash in the loader
` [PATCH v3 11/12] bpftool: Add support for signing BPF programs
` [PATCH v3 12/12] selftests/bpf: Enable signature verification for some lskel tests
` [syzbot ci] Re: Signed BPF programs

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

[PATCH] lockdown: avoid extra call to strlen() in lockdown_read()
 2025-08-14 14:00 UTC 

[PATCH v2 0/3] Allow individual features to be locked down
 2025-08-14 10:51 UTC  (6+ messages)

[RFC PATCH 2/2] memfd: call security_inode_init_security_anon
 2025-08-14  2:24 UTC  (6+ messages)

[PATCH] apparmor: Remove unused value
 2025-08-13 16:01 UTC 

[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
 2025-08-13  7:47 UTC  (11+ messages)
` [RFC PATCH 1/6] fs/9p: Add ability to identify inode by path for .L

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-13  6:10 UTC  (7+ messages)
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache

[PATCH v2 00/13] Signed BPF programs
 2025-08-13  2:20 UTC  (4+ messages)
` [PATCH v2 08/13] bpf: Implement signature verification for "

[PATCH v5 00/23] x86: text_poke() fixes and executable lockdowns
 2025-08-12 18:59 UTC  (7+ messages)
` [PATCH v5 18/23] bpf: Use vmalloc special flag


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