public inbox for linux-security-module@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 21:31:30 to 2026-03-23 05:21:33 UTC [more...]

[PATCH v2 0/2] move TPM-specific fields into trusted_tpm_options
 2026-03-23  5:21 UTC  (6+ messages)
` [PATCH v2 1/2] keys/trusted_keys: clean up debug message logging in the tpm backend

[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-23  4:24 UTC  (3+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks
` [RFC PATCH v2 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-23  3:32 UTC  (12+ messages)
` [PATCH 1/7] lsm: Add granular mount hooks to replace security_sb_mount
` [PATCH 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH 3/7] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH 4/7] selinux: "
` [PATCH 5/7] landlock: "
` [PATCH 6/7] tomoyo: "
` [PATCH 7/7] lsm: Remove security_sb_mount and security_move_mount

[PATCH] ima: abort file hash computation on fatal signal
 2026-03-22 14:17 UTC  (2+ messages)

[PATCH v6 0/9] landlock: UNIX connect() control by pathname and scope
 2026-03-21  9:09 UTC  (40+ messages)
` [PATCH v6 1/9] lsm: Add LSM hook security_unix_find
    ` [PATCH v7 "
` [PATCH v6 2/9] landlock: use mem_is_zero() in is_layer_masks_allowed()
` [PATCH v6 3/9] landlock: Control pathname UNIX domain socket resolution by path
` [PATCH v6 4/9] samples/landlock: Add support for named UNIX domain socket restrictions
` [PATCH v6 5/9] landlock/selftests: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIX
` [PATCH v6 6/9] landlock/selftests: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIX
` [PATCH v6 7/9] landlock/selftests: Check that coredump sockets stay unrestricted
` [PATCH v6 8/9] landlock/selftests: fs_test: Simplify ruleset creation and enforcement
` [PATCH v6 9/9] landlock: Document FS access right for pathname UNIX sockets

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-20 20:06 UTC  (2+ messages)

[PATCH v3 1/3] ima: Remove ima_h_table structure
 2026-03-20 17:40 UTC  (11+ messages)
` [PATCH v3 3/3] ima: Add support for staging measurements for deletion

[PATCH v7] backing_file: store an internal O_PATH user_path_file
 2026-03-20 13:53 UTC 

[PATCH v2] fs: allow backing file code to open an O_PATH file with negative dentry
 2026-03-20 12:33 UTC  (2+ messages)

[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
 2026-03-20 12:15 UTC  (7+ messages)

[PATCH] smack: simplify write handlers of sysfs entries
 2026-03-20 11:31 UTC 

[PATCH] lsm: Fix the crash issue in xfrm_decode_session
 2026-03-20  3:24 UTC  (9+ messages)
        ` [PATCH RESEND] "

[PATCH v1] selftests/landlock: Test tsync interruption and cancellation paths
 2026-03-19 17:47 UTC  (3+ messages)

linux-next: Tree for Mar 18 (landlock docs)
 2026-03-19 17:37 UTC  (2+ messages)

[PATCH v6] backing_file: store user_path_file
 2026-03-19 15:56 UTC  (4+ messages)

[PATCH v9 00/11] Streamline TPM2 HMAC sessions
 2026-03-19 14:28 UTC  (8+ messages)
` [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (19+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 12/61] quota: "
` [PATCH 38/61] net: "
` [PATCH 46/61] vfio: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "

[apparmor][PATCH] apparmor: fix incorrect success return value in unpack_tag_headers()
 2026-03-19  8:23 UTC  (3+ messages)

[PATCH] apparmor: Fix string overrun due to missing termination
 2026-03-19  6:40 UTC  (2+ messages)

[PATCH v1] security/safesetid: fix comment and error handling
 2026-03-19  3:27 UTC  (3+ messages)

[PATCH v2 07/10] security: Hornet LSM
 2026-03-19  0:18 UTC  (3+ messages)
` [PATCH v2 7/10] "

社長のNG行動
 2026-03-18 23:40 UTC 

[PATCH v2 0/2] kthread, exit: clean up kernel thread exit paths
 2026-03-18 23:12 UTC  (4+ messages)
` [PATCH v2 1/2] kthread: remove kthread_exit()

[PATCH RFC bpf-next 0/4] audit: Expose audit subsystem to BPF LSM programs via BPF kfuncs
 2026-03-18 20:55 UTC  (13+ messages)
` [PATCH RFC bpf-next 1/4] audit: Implement bpf_audit_log_*() wrappers
  ` [PATCH RFC "
` [PATCH RFC bpf-next 3/4] selftests/bpf: Add audit helpers for BPF tests
` [PATCH RFC bpf-next 4/4] selftests/bpf: Add lsm_audit_kfuncs tests

[PATCH RFC] security: add LSM blob and hooks for namespaces
 2026-03-18 20:17 UTC  (6+ messages)

[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-18 20:00 UTC  (11+ messages)
` [PATCH 1/3] backing_file: store user_path_file
` [PATCH 2/3] lsm: add the security_mmap_backing_file() hook
` [PATCH 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH] lsm: export security_mmap_backing_file
 2026-03-18 18:50 UTC  (4+ messages)

[PATCH] apparmor: hide unused get_loaddata_common_ref() function
 2026-03-18  6:33 UTC  (3+ messages)

[PATCH RESEND] apparmor: Remove redundant if check in sk_peer_get_label
 2026-03-18  6:32 UTC  (2+ messages)

[PATCH RESEND] apparmor: Use sysfs_emit in param_get_{audit,mode}
 2026-03-18  6:31 UTC  (2+ messages)

[PATCH RESEND] apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr
 2026-03-18  6:31 UTC  (2+ messages)

[PATCH] apparmor: Use sysfs_emit in param_get_{audit,mode}
 2026-03-18  6:29 UTC  (2+ messages)

[PATCH RESEND] apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr
 2026-03-18  6:26 UTC  (2+ messages)

[PATCH] apparmor: Remove redundant if check in sk_peer_get_label
 2026-03-18  5:59 UTC  (2+ messages)

[PATCH] apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattr
 2026-03-18  5:57 UTC  (2+ messages)

[PATCH v5 0/9] landlock: UNIX connect() control by pathname and scope
 2026-03-17 21:14 UTC  (14+ messages)
` [PATCH v5 2/9] landlock: Control pathname UNIX domain socket resolution by path
` [PATCH v5 8/9] landlock: Document FS access right for pathname UNIX sockets

[PATCH] securityfs: use kstrdup_const() to manage symlink targets
 2026-03-17 21:13 UTC  (2+ messages)

[PATCH v3 0/2] vfs: follow-on fixes for i_ino widening
 2026-03-17 14:39 UTC  (4+ messages)
` [PATCH v3 1/2] EVM: add comment describing why ino field is still unsigned long
` [PATCH v3 2/2] nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()

[PATCH v2 0/2] vfs: follow-on fixes for i_ino widening
 2026-03-16 18:50 UTC  (8+ messages)
` [PATCH v2 1/2] nilfs2: fix 64-bit division operations in nilfs_bmap_find_target_in_group()
` [PATCH v2 2/2] EVM: add comment describing why ino field is still unsigned long

[PATCH v2 0/2] vfs: follow-on fixes for i_ino widening
 2026-03-13 18:44 UTC 

[PATCH] integrity: Eliminate weak definition of arch_get_secureboot()
 2026-03-13 15:35 UTC  (5+ messages)

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-03-12 14:48 UTC  (13+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
` [RFC PATCH v1 04/11] landlock: Wrap per-layer access masks in struct layer_rights
` [RFC PATCH v1 05/11] landlock: Enforce namespace entry restrictions
` [RFC PATCH v1 06/11] landlock: Enforce capability restrictions
` [RFC PATCH v1 07/11] selftests/landlock: Drain stale audit records on init
` [RFC PATCH v1 08/11] selftests/landlock: Add namespace restriction tests
` [RFC PATCH v1 09/11] selftests/landlock: Add capability "
` [RFC PATCH v1 10/11] samples/landlock: Add capability and namespace restriction support
` [RFC PATCH v1 11/11] landlock: Add documentation for capability and namespace restrictions

[PATCH v5 1/9] lsm: Add LSM hook security_unix_find
 2026-03-12 11:57 UTC  (7+ messages)
` [PATCH v6] "

[PATCH] integrity: Fix spelling mistake TRUSTED_KEYRING
 2026-03-12  9:35 UTC 

[PATCH v2 2/5] rust: helpers: add C shims for LSM hook initialisation
 2026-03-11 23:13 UTC  (2+ messages)

[PATCH v2 0/5] rust: lsm: introduce safe Rust abstractions for the LSM framework
 2026-03-11 23:08 UTC  (2+ messages)

[PATCH v2 3/5] rust: kernel: add LSM abstraction layer
 2026-03-11 22:58 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox