linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-12 09:32:12 to 2025-12-18 18:50:16 UTC [more...]

[PATCH v2] security: Rename functions and add namespace mapping tests
 2025-12-18 18:49 UTC  (4+ messages)
` [PATCH] security: Add KUnit tests for kuid_root_in_ns and vfsuid_root_in_currentns
  ` [PATCH v3 sec cap tests] "

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18 17:40 UTC  (3+ messages)

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-18 16:29 UTC  (8+ messages)
` [PATCH v2 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v2 15/17] KEYS: trusted: Make use of tee bus methods

[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
 2025-12-18 11:23 UTC  (31+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
  ` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
  ` [PATCH v4 16/35] kref: Add context-analysis annotations

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-18  1:22 UTC  (12+ messages)
` [RFC 04/11] crypto: pkcs7: add flag for validated trust on a signed info block
` [RFC 08/11] security: Hornet LSM
  ` [PATCH RFC 8/11] "

[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
 2025-12-17 19:41 UTC  (8+ messages)

[PATCH v2 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2025-12-17 17:25 UTC  (7+ messages)
` [PATCH v2 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH v2 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH v2 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH v2 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH v2 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH v2 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH] loadpin: Implement custom proc_handler for enforce
 2025-12-17 13:25 UTC  (3+ messages)

[PATCH v1 00/17] tee: Use bus callbacks instead of driver callbacks
 2025-12-17  9:02 UTC  (12+ messages)
` [PATCH v1 14/17] KEYS: trusted: Migrate to use tee specific driver registration function
` [PATCH v1 15/17] KEYS: trusted: Make use of tee bus methods

[PATCH 0/6] Extend "trusted" keys to support a new trust source named the PowerVM Key Wrapping Module (PKWM)
 2025-12-17  5:18 UTC  (10+ messages)
` [PATCH 1/6] pseries/plpks: fix kernel-doc comment inconsistencies
` [PATCH 2/6] powerpc/pseries: move the PLPKS config inside its own sysfs directory
` [PATCH 3/6] pseries/plpks: expose PowerVM wrapping features via the sysfs
` [PATCH 4/6] pseries/plpks: add HCALLs for PowerVM Key Wrapping Module
` [PATCH 5/6] keys/trusted_keys: establish PKWM as a trusted source
` [PATCH 6/6] docs: trusted-encryped: add PKWM as a new trust source

[PATCH] nfs: unify security_inode_listsecurity() calls
 2025-12-16 23:03 UTC  (2+ messages)

[PATCH v8 00/12] Streamline TPM2 HMAC sessions
 2025-12-16 22:03 UTC  (14+ messages)
` [PATCH v8 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v8 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v8 03/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v8 04/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v8 05/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v8 06/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v8 07/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v8 08/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v8 09/12] tpm2-sessions: Remove the support for more than one authorization
` [PATCH v8 10/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v8 11/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v8 12/12] tpm-buf: Implement managed allocations

[PATCH 1/3] landlock: Add missing ABI 7 case in documentation example
 2025-12-16 21:02 UTC  (3+ messages)
` [PATCH 2/3] landlock: Document Landlock errata mechanism
` [PATCH 3/3] landlock: Document audit blocker field format

[PATCH v2 0/1] Trim N entries of IMA event logs
 2025-12-16 19:59 UTC  (6+ messages)
` [PATCH V2 1/1] IMA event log trimming

[PATCH v7 00/12] Streamline TPM2 HMAC sessions
 2025-12-16  7:48 UTC  (14+ messages)
` [PATCH v7 01/12] KEYS: trusted: Use get_random-fallback for TPM
` [PATCH v7 02/12] KEYS: trusted: Use get_random_bytes_wait() instead of tpm_get_random()
` [PATCH v7 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v7 04/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v7 05/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v7 06/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v7 07/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v7 08/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v7 09/12] tpm: Change tpm_get_random() opportunistic
` [PATCH v7 10/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v7 11/12] tpm-buf: Implement managed allocations
` [PATCH v7 12/12] tpm-buf: Remove tpm_buf_append_handle

[PATCH] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-16  6:48 UTC  (13+ messages)

[PATCH] lsm: fix kernel-doc struct member names
 2025-12-16  2:51 UTC  (2+ messages)

[PATCH v3] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:49 UTC 

[PATCH v2] KEYS: trusted: Use get_random-fallback for TPM
 2025-12-15 23:25 UTC  (3+ messages)

[PATCH v5 0/6] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-12-15 22:21 UTC  (9+ messages)
` [PATCH v5 1/6] landlock: "
` [PATCH v5 2/6] landlock: Implement LANDLOCK_ADD_RULE_NO_INHERIT userspace api
` [PATCH v5 3/6] samples/landlock: Add LANDLOCK_ADD_RULE_NO_INHERIT to landlock-sandboxer
` [PATCH v5 4/6] selftests/landlock: Implement selftests for LANDLOCK_ADD_RULE_NO_INHERIT
` [PATCH v5 5/6] landlock: Implement KUnit test "
` [PATCH v5 6/6] landlock: Add documentation "

[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
 2025-12-15 21:40 UTC  (3+ messages)
` (subset) "

An opinion about Linux security
 2025-12-15 17:44 UTC  (13+ messages)

A formal request for process clarifications
 2025-12-15 16:57 UTC  (3+ messages)

[PATCH v6 00/15] Create and use APIs to centralise locking for directory ops
 2025-12-15 14:19 UTC  (9+ messages)
` [PATCH v6 06/15] VFS: introduce start_creating_noperm() and start_removing_noperm()
    ` [PATCH] fuse: fix conversion of fuse_reverse_inval_entry() to start_removing()

[PATCH] host/roots: Sandbox xdg-desktop-portal-spectrum-host
 2025-12-15 11:27 UTC  (7+ messages)

[PATCH v6 00/11] Streamline TPM2 HMAC sessions
 2025-12-14 15:38 UTC  (12+ messages)
` [PATCH v6 01/11] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v6 02/11] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v6 03/11] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v6 04/11] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v6 05/11] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v6 06/11] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v6 07/11] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v6 08/11] tpm: In tpm_get_random() replace 'retries' with a zero check
` [PATCH v6 09/11] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v6 10/11] tpm-buf: Implement managed allocations
` [PATCH v6 11/11] tpm-buf: Remove tpm_buf_append_handle

[PATCH v5 00/12] Streamline TPM2 HMAC sessions
 2025-12-13 20:32 UTC  (13+ messages)
` [PATCH v5 01/12] KEYS: trusted: Open code tpm2_buf_append()
` [PATCH v5 02/12] KEYS: trusted: Remove dead branch from tpm2_unseal_cmd
` [PATCH v5 03/12] tpm2-sessions: Define TPM2_NAME_MAX_SIZE
` [PATCH v5 04/12] tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
` [PATCH v5 05/12] tpm-buf: Remove chip parameter from tpm_buf_append_handle
` [PATCH v5 06/12] tpm-buf: Implement managed allocations
` [PATCH v5 07/12] KEYS: trusted: Re-orchestrate tpm2_read_public() calls
` [PATCH v5 08/12] tpm2-sessions: Remove AUTH_MAX_NAMES
` [PATCH v5 09/12] tpm-buf: Remove tpm_buf_append_handle
` [PATCH v5 10/12] tpm: Orchestrate TPM commands in tpm_get_random()
` [PATCH v5 11/12] tpm: Send only one at most TPM2_GetRandom command
` [PATCH v5 12/12] tpm: In tpm_get_random() replace 'retries' with a zero check

[PATCH v4 0/5] Implement LANDLOCK_ADD_RULE_NO_INHERIT
 2025-12-12 22:02 UTC  (4+ messages)
` [PATCH v4 1/5] landlock: "

[RFC PATCH v3 0/8] landlock: Add UDP access control support
 2025-12-12 16:37 UTC  (9+ messages)
` [RFC PATCH v3 1/8] landlock: Minor reword of docs for TCP access rights
` [RFC PATCH v3 2/8] landlock: Refactor TCP socket type check
` [RFC PATCH v3 3/8] landlock: Add UDP bind+connect access control
` [RFC PATCH v3 4/8] selftests/landlock: Add UDP bind/connect tests
` [RFC PATCH v3 5/8] landlock: Add UDP sendmsg access control
` [RFC PATCH v3 6/8] selftests/landlock: Add tests for UDP sendmsg
` [RFC PATCH v3 7/8] samples/landlock: Add sandboxer UDP access control
` [RFC PATCH v3 8/8] landlock: Add documentation for UDP support

[PATCH v6 00/10] Implement LANDLOCK_ADD_RULE_QUIET
 2025-12-12 11:13 UTC  (4+ messages)
` [PATCH v6 04/10] landlock: Fix wrong type usage


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