Linux Security Modules development
 help / color / mirror / Atom feed
 messages from 2026-06-13 18:54:45 to 2026-06-22 02:47:46 UTC [more...]

[stable/linux-6.6.y 0/3] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-22  3:15 UTC  (4+ messages)
` [stable/linux-6.6.y 1/3] fs: prepare for adding LSM blob to backing_file
` [stable/linux-6.6.y 2/3] lsm: add backing_file LSM hooks
` [stable/linux-6.6.y 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[stable/linux-6.12.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-22  3:15 UTC  (3+ messages)
` [stable/linux-6.12.y 1/2] lsm: add backing_file LSM hooks
` [stable/linux-6.12.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[stable/linux-6.18.y 0/2] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-22  3:14 UTC  (3+ messages)
` [stable/linux-6.18.y 1/2] lsm: add backing_file LSM hooks
` [stable/linux-6.18.y 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH v9 0/9] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2026-06-21  3:52 UTC  (10+ messages)
` [PATCH v9 1/9] landlock: Add and use landlock_walk_path_up() helper
` [PATCH v9 2/9] landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT user API
` [PATCH v9 3/9] landlock: Return inserted rule from landlock_insert_rule()
` [PATCH v9 4/9] landlock: Move log_fs_change_topology_dentry() above current_check_refer_path()
` [PATCH v9 5/9] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v9 6/9] landlock: Add documentation for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v9 7/9] samples/landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT to landlock-sandboxer
` [PATCH v9 8/9] selftests/landlock: Add selftests for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v9 9/9] landlock: Add KUnit tests "

[syzbot] Monthly tomoyo report (Jun 2026)
 2026-06-20 12:32 UTC 

[GIT PULL] Landlock update for v7.2-rc1
 2026-06-19 19:25 UTC  (2+ messages)

[PATCH] LSM: check if lsmprop_to_secctx call is supported by LSM
 2026-06-19 17:44 UTC  (2+ messages)

[PATCH 1/2] bpf: lsm: disable xfrm_decode_session hook attachment
 2026-06-19 13:03 UTC  (2+ messages)
` [PATCH 2/2] lsm: fix size queries for getselfattr with NULL buffer

[PATCH bpf-next v3 0/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-19 10:25 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[PATCH v5 0/8] lsm: Replace security_sb_mount with granular mount hooks
 2026-06-19 10:17 UTC  (7+ messages)
` [PATCH v5 7/8] vfs: Replace security_sb_mount/security_move_mount with granular hooks

[PATCH] selftests/landlock: explicitly disable audit
 2026-06-19  9:09 UTC  (4+ messages)

[PATCH] landlock: work around gcc-16 -Wuninitialized warning
 2026-06-19  8:21 UTC 

Landlock: LANDLOCK_ACCESS_NET_CONNECT_TCP bypass via TCP Fast Open
 2026-06-19  1:39 UTC  (8+ messages)
    ` [RFC PATCH 1/2] landlock: fix TCP Fast Open connection bypass
    ` [RFC PATCH 2/2] selftests/landlock: Add test for TCP fast open

AppArmor: TCP Fast Open bypasses connect mediation (last unaddressed LSM)
 2026-06-19  1:11 UTC 

[PATCH] tomoyo: Enforce connect policy in TCP Fast Open
 2026-06-19  0:22 UTC 

[PATCH] KEYS: avoid filesystem reclaim while holding keyring->sem
 2026-06-18 22:32 UTC  (2+ messages)

Landlock: LANDLOCK_ACCESS_FS_IOCTL_DEV bypass via io_uring IORING_OP_URING_CMD
 2026-06-18 20:11 UTC  (11+ messages)

[PATCH v5 7/8] vfs: Replace security_sb_mount/security_move_mount with granular hooks
 2026-06-18 19:33 UTC 

[GIT PULL] selinux/selinux-pr-20260615
 2026-06-17 13:06 UTC  (4+ messages)

[GIT PULL] lsm/lsm-pr-20260615
 2026-06-17 11:59 UTC  (2+ messages)

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-17 11:36 UTC  (11+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`

[PATCH v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
 2026-06-17 10:52 UTC  (10+ messages)

[syzbot] [tomoyo?] KMSAN: uninit-value in tomoyo_path_chown (3)
 2026-06-17  8:41 UTC 

Sashiko reviews for the LSM mailing list
 2026-06-17  2:20 UTC  (9+ messages)

[PATCH] security: clarify task_prctl hook documentation
 2026-06-16 17:14 UTC  (3+ messages)

[PATCH 0/2] security/keys: replace BUG() in unreachable default cases
 2026-06-15 12:06 UTC  (5+ messages)
` [PATCH 1/2] keys: request_key: replace BUG with return -EINVAL
` [PATCH 2/2] keys: keyctl_pkey: replace BUG with return -EOPNOTSUPP

[PATCH] keys: Pin request_key_auth payload in instantiate paths
 2026-06-15 11:53 UTC  (8+ messages)

[PATCH] keys: allow request-key path to be configured via Kconfig
 2026-06-15 11:49 UTC  (7+ messages)

[PATCH v2 v2] evm: check return values of crypto_shash functions
 2026-06-15  7:25 UTC  (4+ messages)

[PATCH] lsm: hold cred_guard_mutex for lsm_set_self_attr()
 2026-06-14 20:25 UTC  (4+ messages)

[PATCH v5 0/6] landlock: Add UDP access control support
 2026-06-13 20:55 UTC  (3+ messages)
` [PATCH v5 2/6] landlock: Add UDP send+connect access control

[PATCH] Add LoadPin support for eBPF program loading
 2026-06-13 18:59 UTC  (5+ messages)


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