messages from 2026-03-23 05:21:33 to 2026-03-28 16:35:02 UTC [more...]
[PATCH v3 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-28 16:34 UTC (5+ messages)
` [PATCH v3 1/2] lsm: add backing_file LSM hooks
` [PATCH v3 2/2] selinux: fix overlayfs mmap() and mprotect() access checks
[PATCH v3 0/9] Reintrodce Hornet LSM
2026-03-28 2:55 UTC (14+ messages)
` [PATCH v3 1/9] crypto: pkcs7: add flag for validated trust on a signed info block
` [PATCH v3 2/9] crypto: pkcs7: add ability to extract signed attributes by OID
` [PATCH v3 3/9] crypto: pkcs7: add tests for pkcs7_get_authattr
` [PATCH v3 4/9] lsm: framework for BPF integrity verification
` [PATCH v3 5/9] lsm: security: Add additional enum values for bpf integrity checks
` [PATCH v3 6/9] security: Hornet LSM
` [PATCH v3 7/9] hornet: Introduce gen_sig
` [PATCH v3 8/9] hornet: Add a light skeleton data extractor scripts
` [PATCH v3 9/9] selftests/hornet: Add a selftest for the Hornet LSM
[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
2026-03-27 18:23 UTC (19+ messages)
` [PATCH 6/7] tomoyo: Convert from sb_mount to "
[PATCH v8 00/12] landlock: UNIX connect() control by pathname and scope
2026-03-27 17:55 UTC (14+ messages)
` [PATCH v8 01/12] lsm: Add LSM hook security_unix_find
` [PATCH v8 02/12] landlock: Use mem_is_zero() in is_layer_masks_allowed()
` [PATCH v8 03/12] landlock: Replace union access_masks_all with helper functions
` [PATCH v8 04/12] landlock: Control pathname UNIX domain socket resolution by path
` [PATCH v8 05/12] landlock: Clarify BUILD_BUG_ON check in scoping logic
` [PATCH v8 06/12] samples/landlock: Add support for named UNIX domain socket restrictions
` [PATCH v8 07/12] selftests/landlock: Replace access_fs_16 with ACCESS_ALL in fs_test
` [PATCH v8 08/12] selftests/landlock: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIX
` [PATCH v8 09/12] selftests/landlock: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIX
` [PATCH v8 10/12] selftests/landlock: Check that coredump sockets stay unrestricted
` [PATCH v8 11/12] selftests/landlock: fs_test: Simplify ruleset creation and enforcement
` [PATCH v8 12/12] landlock: Document FS access right for pathname UNIX sockets
[PATCH v4 00/13] ima: Introduce staging mechanism
2026-03-27 17:02 UTC (18+ messages)
` [PATCH v4 01/13] ima: Remove ima_h_table structure
` [PATCH v4 02/13] ima: Replace static htable queue with dynamically allocated array
` [PATCH v4 03/13] ima: Introduce per binary measurements list type ima_num_entries counter
` [PATCH v4 04/13] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v4 05/13] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v4 06/13] ima: Mediate open/release method of the measurements list
` [PATCH v4 07/13] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v4 08/13] ima: Introduce ima_dump_measurement()
` [PATCH v4 09/13] ima: Add support for staging measurements with prompt
` [PATCH v4 10/13] ima: Add support for flushing the hash table when staging measurements
` [PATCH v4 11/13] ima: Support staging and deleting N measurements entries
` [PATCH v4 12/13] ima: Return error on deleting staged measurements after kexec
` [PATCH v4 13/13] doc: security: Add documentation of the IMA staging mechanism
[PATCH RESEND] apparmor: Fix string overrun due to missing termination
2026-03-27 11:58 UTC
[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
2026-03-26 20:06 UTC (2+ messages)
[GIT PULL] Landlock fix for v7.0-rc6
2026-03-26 19:48 UTC (2+ messages)
[PATCH v2] KEYS: trusted: Debugging as a feature
2026-03-26 17:04 UTC (3+ messages)
[RFC PATCH v1 00/11] Landlock: Namespace and capability control
2026-03-26 14:22 UTC (12+ 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
` (subset) "
` [RFC PATCH v1 07/11] selftests/landlock: Drain stale audit records on init
[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
2026-03-26 14:14 UTC (7+ 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
LSM namespacing API
2026-03-24 21:31 UTC (5+ messages)
[PATCH v4] landlock: Expand restrict flags example for ABI version 8
2026-03-24 15:30 UTC (5+ messages)
[PATCH v2] KEYS: trusted: Debugging as a feature
2026-03-24 11:01 UTC
[PATCH v2] KEYS: trusted: Debugging as a feature
2026-03-24 11:00 UTC
[PATCH] KEYS: trusted: Protocol debugging as a feature
2026-03-24 10:35 UTC (2+ messages)
[PATCH v7 00/11] landlock: UNIX connect() control by pathname and scope
2026-03-23 20:26 UTC (14+ messages)
` [PATCH v7 01/11] lsm: Add LSM hook security_unix_find
` [PATCH v7 02/11] landlock: Use mem_is_zero() in is_layer_masks_allowed()
` [PATCH v7 03/11] landlock: Control pathname UNIX domain socket resolution by path
` [PATCH v7 04/11] samples/landlock: Add support for named UNIX domain socket restrictions
` [PATCH v7 05/11] landlock: Clarify BUILD_BUG_ON check in scoping logic
` [PATCH v7 06/11] selftests/landlock: Replace access_fs_16 with ACCESS_ALL in fs_test
` [PATCH v7 07/11] selftests/landlock: Test LANDLOCK_ACCESS_FS_RESOLVE_UNIX
` [PATCH v7 08/11] selftests/landlock: Audit test for LANDLOCK_ACCESS_FS_RESOLVE_UNIX
` [PATCH v7 09/11] selftests/landlock: Check that coredump sockets stay unrestricted
` [PATCH v7 10/11] selftests/landlock: fs_test: Simplify ruleset creation and enforcement
` [PATCH v7 11/11] landlock: Document FS access right for pathname UNIX sockets
[PATCH v6 1/9] lsm: Add LSM hook security_unix_find
2026-03-23 20:26 UTC (5+ messages)
[PATCH v6 0/9] landlock: UNIX connect() control by pathname and scope
2026-03-23 15:31 UTC (8+ messages)
` [PATCH v6 3/9] landlock: Control pathname UNIX domain socket resolution by path
[PATCH v9 00/11] Streamline TPM2 HMAC sessions
2026-03-23 5:46 UTC (12+ messages)
` [PATCH v9 01/11] KEYS: trusted: Use get_random-fallback for TPM
[PATCH v2 0/2] move TPM-specific fields into trusted_tpm_options
2026-03-23 5:28 UTC (7+ messages)
` [PATCH v2 1/2] keys/trusted_keys: clean up debug message logging in the tpm backend
page: | 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