linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-11 18:08:43 to 2025-06-19 22:01:55 UTC [more...]

[PATCH v2 bpf-next 0/5] Introduce bpf_cgroup_read_xattr
 2025-06-19 22:01 UTC  (3+ 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] 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  (11+ messages)
` [PATCH v2 bpf-next 1/4] af_unix: Don't pass struct socket to security_unix_may_send()
` [PATCH v2 bpf-next 2/4] af_unix: Call security_unix_may_send() in sendmsg() for all socket types
` [PATCH v2 bpf-next 3/4] af_unix: Pass skb to security_unix_may_send()
` [PATCH v2 bpf-next 4/4] selftest: bpf: Add test for BPF LSM on unix_may_send()

Module signing and post-quantum crypto public key algorithms
 2025-06-19 18:49 UTC  (16+ messages)

[PATCH v2 0/3] lsm: introduce lsm_config_self_policy() and lsm_config_system_policy() syscalls
 2025-06-19 18:15 UTC  (4+ 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

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-19 16:28 UTC  (13+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [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 v2 net] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
 2025-06-19 15:40 UTC  (2+ messages)

[PATCH bpf-next 0/4] Introduce bpf_kernfs_read_xattr
 2025-06-19 15:33 UTC  (13+ 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] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-19 12:19 UTC  (8+ messages)

[PATCH] selftests/landlock: Add tests for access through disconnected paths
 2025-06-19 11:38 UTC  (4+ messages)

[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
 2025-06-19  8:55 UTC  (5+ messages)
` [PATCH v2 09/14] mips: Handle KCOV __init vs inline mismatches
` [PATCH v2 10/14] loongarch: "

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

[PATCH v1] landlock: Remove warning in collect_domain_accesses()
 2025-06-18 13:47 UTC 

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-18  1:02 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v5 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v5 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v5 bpf-next 5/5] selftests/bpf: Path walk test

[PATCH v1 net] calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
 2025-06-17 22:35 UTC  (5+ messages)

[PATCH 0/3] LSM: Multiple LSM mount options
 2025-06-17 21:01 UTC  (4+ messages)
  ` [PATCH 1/3] LSM: Add mount opts blob size tracking
  ` [PATCH 2/3] LSM: allocate mnt_opts blobs instead of module specific data
  ` [PATCH 3/3] LSM: Infrastructure management of the mnt_opts security blob

[PATCHES][CFR][CFT] securityfs cleanups and fixes
 2025-06-17 19:49 UTC  (15+ messages)
` [PATCH 01/10] securityfs: don't pin dentries twice, once is enough
  ` [PATCH 02/10] securityfs: pin filesystem only for objects directly in root
  ` [PATCH 03/10] fix locking in efi_secret_unlink()
  ` [PATCH 04/10] make securityfs_remove() remove the entire subtree
  ` [PATCH 05/10] efi_secret: clean securityfs use up
  ` [PATCH 06/10] ima_fs: don't bother with removal of files in directory we'll be removing
  ` [PATCH 07/10] ima_fs: get rid of lookup-by-dentry stuff
  ` [PATCH 08/10] evm_secfs: clear securityfs interactions
  ` [PATCH 09/10] ipe: don't bother with removal of files in directory we'll be removing
  ` [PATCH 10/10] tpm: "

[PATCH] landlock/id: Fix WARNING from kunit tests
 2025-06-17 18:55 UTC  (2+ messages)

[RFC] Keyrings: How to make them more useful
 2025-06-17 13:54 UTC  (7+ messages)

[PATCH] landlock: opened file never has a negative dentry
 2025-06-17 10:03 UTC  (8+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
  ` [PATCH] selinuxfs_fill_super(): don't bother with selinuxfs_info_free() on failures

[PATCH v3 bpf-next 0/5] bpf path iterator
 2025-06-17  6:20 UTC  (13+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
                    ` Ref-less parent walk from Landlock (was: Re: [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent())

[PATCH v4 bpf-next 0/5] bpf path iterator
 2025-06-17  5:08 UTC  (11+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v4 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v4 bpf-next 5/5] selftests/bpf: Path walk test

[PATCH 00/12] Signed BPF programs
 2025-06-17  0:04 UTC  (19+ messages)
` [PATCH 01/12] bpf: Implement an internal helper for SHA256 hashing
` [PATCH 03/12] bpf: Implement exclusive map creation
` [PATCH 04/12] libbpf: Implement SHA256 internal helper
` [PATCH 05/12] libbpf: Support exclusive map creation
` [PATCH 10/12] libbpf: Embed and verify the metadata hash in the loader

ANN: LSM and SELinux trees to rebase to v6.16-rc2 next week
 2025-06-16 22:50 UTC  (3+ messages)

[PATCH v2 0/2] smack: fix two bugs in setting task label
 2025-06-16 21:43 UTC  (5+ messages)

[PATCH v4 3/4] Audit: Add record for multiple task security contexts
 2025-06-16 20:54 UTC  (2+ messages)

[PATCH v4 4/4] Audit: Add record for multiple object contexts
 2025-06-16 20:54 UTC  (2+ messages)

[PATCH v4 2/4] LSM: security_lsmblob_to_secctx module selection
 2025-06-16 20:54 UTC  (2+ messages)

[PATCH] security/commoncap: don't assume "setid" if all ids are identical
 2025-06-16 20:16 UTC  (19+ messages)
` [PATCH] exec: Correct the permission check for unsafe exec
            ` [PATCH v2] "

[PATCH 0/5] smack: fix bugs: invalid unix socket label, invalid transmute attr
 2025-06-16 18:36 UTC  (14+ messages)
` [PATCH 1/5] smack: deduplicate "does access rule request transmutation"
` [PATCH 2/5] smack: fix bug: SMACK64TRANSMUTE set on non-directory
    ` Re[2]: "
` [PATCH 3/5] smack: deduplicate xattr setting in smack_inode_init_security()
` [PATCH 4/5] smack: always "instantiate" inode "
` [PATCH 5/5] smack: fix bug: invalid label of unix socket file
    ` Re[2]: "
        ` Re[4]: "

[RFC PATCH 0/29] Rework the LSM initialization
 2025-06-13 20:34 UTC  (7+ messages)
` [RFC PATCH 25/29] ima,evm: move initcalls to the LSM framework

[PATCH] ipe: use SHA-256 library API instead of crypto_shash API
 2025-06-13  0:16 UTC  (4+ messages)

[PATCH] apparmor: use SHA-256 library API instead of crypto_shash API
 2025-06-12 19:11 UTC  (4+ messages)

[RFC 1/2] landlock: Multithreading support for landlock_restrict_self()
 2025-06-12 11:51 UTC  (11+ messages)

[PATCH] KEYS: Invert FINAL_PUT bit
 2025-06-12 10:32 UTC  (8+ 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).