messages from 2025-06-18 11:31:31 to 2025-06-27 00:21:27 UTC [more...]
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-06-27 0:21 UTC (20+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
[PATCH v2] tpm: Cleanup class for tpm_buf
2025-06-26 22:35 UTC (4+ messages)
[PATCH] tpm: Create cleanup class for tpm_buf
2025-06-26 22:33 UTC (5+ messages)
[PATCH 0/2] Secure Boot lock down
2025-06-26 22:10 UTC (3+ messages)
` [PATCH 1/2] security: introduce security_lock_kernel_down()
` [PATCH 2/2] efi: introduce EFI_KERNEL_LOCK_DOWN_IN_SECURE_BOOT
[PATCH V2] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-26 19:46 UTC (8+ messages)
[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-26 19:14 UTC
[PATCH] smack: fix kernel-doc warnings for smk_import_valid_label()
2025-06-26 16:47 UTC
[PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
2025-06-26 3:42 UTC (3+ messages)
[PATCH] selftests/landlock: Add tests for access through disconnected paths
2025-06-25 20:46 UTC (8+ messages)
[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-25 9:18 UTC (21+ messages)
[PATCHES][CFR][CFT] securityfs cleanups and fixes
2025-06-25 2:07 UTC (7+ messages)
` [PATCH 01/10] securityfs: don't pin dentries twice, once is enough
` [PATCH 09/10] ipe: don't bother with removal of files in directory we'll be removing
[PATCH v3 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-06-25 1:21 UTC (7+ messages)
` [PATCH v3 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v3 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v3 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-06-25 1:09 UTC (7+ messages)
` [PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
` [PATCH v2 10/14] loongarch: "
[PATCH] landlock: opened file never has a negative dentry
2025-06-25 0:57 UTC (5+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
` [PATCH] selinuxfs_fill_super(): don't bother with selinuxfs_info_free() on failures
[GIT PULL] selinux/selinux-pr-20250624
2025-06-25 0:56 UTC (2+ messages)
[PATCH v2 0/2] smack: fix two bugs in setting task label
2025-06-24 23:32 UTC (3+ messages)
[PATCH -next] security: Remove unused declaration cap_mmap_file()
2025-06-24 23:32 UTC (5+ messages)
` [PATCH] "
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-24 4:16 UTC (31+ messages)
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [PATCH 1/2] filemap: Add a mempolicy argument to filemap_alloc_folio()
` [PATCH 2/2] filemap: Add __filemap_get_folio_mpol()
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support
[PATCH 0/5] smack: fix bugs: invalid unix socket label, invalid transmute attr
2025-06-23 17:09 UTC (2+ messages)
[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
2025-06-23 11:03 UTC (6+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex
` [PATCH v3 bpf-next 2/4] bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
` [PATCH v3 bpf-next 3/4] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH v3 bpf-next 4/4] selftests/bpf: Add tests for bpf_cgroup_read_xattr
[PATCH v1] landlock: Remove warning in collect_domain_accesses()
2025-06-23 10:44 UTC (2+ messages)
[PATCH] apparmor: fix documentation mismatches in val_mask_to_str and socket functions
2025-06-23 6:41 UTC
[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
2025-06-22 21:16 UTC (5+ messages)
[RFC PATCH 00/15] LSM: No exclusive LSMs
2025-06-21 17:18 UTC (16+ messages)
` [RFC PATCH 01/15] Audit: Create audit_stamp structure
` [RFC PATCH 02/15] LSM: security_lsmblob_to_secctx module selection
` [RFC PATCH 03/15] Audit: Add record for multiple task security contexts
` [RFC PATCH 04/15] Audit: Add record for multiple object contexts
` [RFC PATCH 05/15] LSM: Single calls in secid hooks
` [RFC PATCH 06/15] LSM: Exclusive secmark usage
` [RFC PATCH 07/15] Audit: Call only the first of the audit rule hooks
` [RFC PATCH 08/15] AppArmor: Remove the exclusive flag
` [RFC PATCH 09/15] LSM: Add mount opts blob size tracking
` [RFC PATCH 10/15] LSM: allocate mnt_opts blobs instead of module specific data
` [RFC PATCH 11/15] LSM: Infrastructure management of the mnt_opts security blob
` [RFC PATCH 12/15] LSM: Allow reservation of netlabel
` [RFC PATCH 13/15] LSM: restrict security_cred_getsecid() to a single LSM
` [RFC PATCH 14/15] Smack: Remove LSM_FLAG_EXCLUSIVE
` [RFC PATCH 15/15] LSM: Remove exclusive LSM flag
[PATCH v2 bpf-next 0/5] Introduce bpf_cgroup_read_xattr
2025-06-21 3:50 UTC (14+ messages)
` [PATCH v2 bpf-next 1/5] kernfs: remove iattr_mutex
` [PATCH v2 bpf-next 2/5] bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
` [PATCH v2 bpf-next 3/5] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH v2 bpf-next 4/5] selftests/bpf: Add tests for bpf_cgroup_read_xattr
` [PATCH v2 bpf-next 5/5] bpf: Make bpf_cgroup_read_xattr available to cgroup and struct_ops progs
[PATCH bpf-next 0/4] Introduce bpf_kernfs_read_xattr
2025-06-21 2:38 UTC (14+ messages)
` [PATCH bpf-next 1/4] kernfs: Add __kernfs_xattr_get for RCU protected access
` [PATCH bpf-next 2/4] bpf: Introduce bpf_kernfs_read_xattr to read xattr of kernfs nodes
` [PATCH bpf-next 3/4] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for bpf_kernfs_read_xattr
[PATCH v2 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
2025-06-20 10:54 UTC (9+ messages)
` [PATCH v2 1/3] Wire up lsm_config_self_policy and lsm_config_system_policy syscalls
` [PATCH v2 2/3] lsm: introduce security_lsm_config_*_policy hooks
` [PATCH v2 3/3] AppArmor: add support for lsm_config_self_policy and lsm_config_system_policy
Module signing and post-quantum crypto public key algorithms
2025-06-19 23:22 UTC (10+ messages)
[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
2025-06-19 21:18 UTC (7+ messages)
[PATCH v2 bpf-next 0/4] af_unix: Allow BPF LSM to filter SCM_RIGHTS at sendmsg()
2025-06-19 18:55 UTC (5+ messages)
[PATCH v2 net] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
2025-06-19 15:40 UTC (2+ messages)
[PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
2025-06-19 5:36 UTC (6+ messages)
[GIT PULL] selinux/selinux-pr-20250618
2025-06-18 18:08 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).