linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-25 22:46:31 to 2023-11-16 00:51:18 UTC [more...]

[PATCH v7 00/13] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-11-16  0:50 UTC  (22+ messages)
` [PATCH v7 01/13] x86/boot: Place kernel_info at a fixed offset
` [PATCH v7 02/13] Documentation/x86: Secure Launch kernel documentation
` [PATCH v7 03/13] x86: Secure Launch Kconfig
` [PATCH v7 04/13] x86: Secure Launch Resource Table header file
` [PATCH v7 05/13] x86: Secure Launch main "
` [PATCH v7 06/13] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v7 07/13] x86: Secure Launch kernel early boot stub
` [PATCH v7 08/13] x86: Secure Launch kernel late "
` [PATCH v7 09/13] x86: Secure Launch SMP bringup support
` [PATCH v7 10/13] kexec: Secure Launch kexec SEXIT support
` [PATCH v7 11/13] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v7 12/13] x86: Secure Launch late initcall platform module
` [PATCH v7 13/13] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch

[PATCH v2 0/7] ima: kexec: measure events between kexec load and execute
 2023-11-15 22:30 UTC  (14+ messages)
` [PATCH v2 1/7] ima: refactor ima_dump_measurement_list to move memory allocation to a separate function
` [PATCH v2 2/7] ima: move ima_dump_measurement_list call from kexec load to execute
` [PATCH v2 7/7] ima: record log size at kexec load and execute

[PATCH v3 0/6] Extend struct tpm_buf to support sized buffers (TPM2B)
 2023-11-15 21:56 UTC  (27+ messages)
` [PATCH v3 1/6] tpm: Move buffer handling from static inlines to real functions
` [PATCH v3 2/6] tpm: Store TPM buffer length
` [PATCH v3 3/6] tpm: Detach tpm_buf_reset() from tpm_buf_init()
` [PATCH v3 4/6] tpm: Support TPM2 sized buffers (TPM2B)
` [PATCH v3 5/6] tpm: Add tpm_buf_read_{u8,u16,u32}

[RESEND PATCH] tpm: nuvoton: Use i2c_get_match_data()
 2023-11-15 21:37 UTC  (2+ messages)

[RFC V2] IMA Log Snapshotting Design Proposal
 2023-11-14 18:58 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION d173336e238b0f7f5b7eddfa641d7c25c24bb86a
 2023-11-13 13:46 UTC 

[ima-evm-utils PATCH 00/14] Enable shellcheck and fix some issue
 2023-11-13 10:35 UTC  (16+ messages)
` [ima-evm-utils PATCH 01/14] tests: Address issues raised by shellcheck SC2086 & enable shellcheck
` [ima-evm-utils PATCH 02/14] tests: Address issues raised by shellcheck SC2181
` [ima-evm-utils PATCH 03/14] tests: Address issues raised by shellcheck SC2046
` [ima-evm-utils PATCH 04/14] tests: Address issues raised by shellcheck SC2320
` [ima-evm-utils PATCH 05/14] tests: Address issues raised by shellcheck SC2317
` [ima-evm-utils PATCH 06/14] tests: Address issues raised by shellcheck SC2034
` [ima-evm-utils PATCH 07/14] tests: Address issues raised by shellcheck SC2164
` [ima-evm-utils PATCH 08/14] tests: Address issues raised by shellcheck SC2166
` [ima-evm-utils PATCH 09/14] tests: Address issues raised by shellcheck SC2294
` [ima-evm-utils PATCH 10/14] tests: Address issues raised by shellcheck SC2206
` [ima-evm-utils PATCH 11/14] tests: Address issues raised by shellcheck SC2196
` [ima-evm-utils PATCH 12/14] tests: Address issues raised by shellcheck SC2043
` [ima-evm-utils PATCH 13/14] tests: Address issues raised by shellcheck SC2295
` [ima-evm-utils PATCH 14/14] tests: Address issues raised by shellcheck SC2003

[PATCH] security: Don't yet account for IMA in LSM_CONFIG_COUNT calculation
 2023-11-13  4:06 UTC  (6+ messages)

PSA: This list is being migrated (no action required)
 2023-11-10 19:35 UTC  (2+ messages)

[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
 2023-11-08  9:20 UTC  (4+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2023-11-08  7:36 UTC 

[PATCH v5 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-11-08  3:14 UTC  (49+ messages)
` [PATCH v5 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v5 02/23] ima: Align ima_file_mprotect() "
` [PATCH v5 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v5 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v5 05/23] ima: Align ima_post_read_file() "
` [PATCH v5 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v5 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v5 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v5 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v5 10/23] security: Introduce inode_post_setattr hook
` [PATCH v5 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v5 12/23] security: Introduce file_post_open hook
` [PATCH v5 13/23] security: Introduce file_pre_free_security hook
` [PATCH v5 14/23] security: Introduce path_post_mknod hook
` [PATCH v5 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v5 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v5 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v5 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v5 19/23] ima: Move to LSM infrastructure
` [PATCH v5 20/23] ima: Move IMA-Appraisal "
` [PATCH v5 21/23] evm: Move "
` [PATCH v5 22/23] integrity: Move integrity functions to the "
` [PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[PATCH v2 0/2] ima: IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY cleanup
 2023-11-06 23:06 UTC  (3+ messages)
` [PATCH v2 1/2] ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
` [PATCH v2 2/2] ima: Remove EXPERIMENTAL from Kconfig

[PATCH 0/2] ima: IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY cleanup
 2023-11-06 21:33 UTC  (5+ messages)
` [PATCH 1/2] ima: Add machine keyring reference to IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
` [PATCH 2/2] ima: Remove EXPERIMENTAL from IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY

[PATCH v4 00/23] security: Move IMA and EVM to the LSM infrastructure
 2023-11-06 16:40 UTC  (28+ messages)
` [PATCH v4 01/23] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v4 02/23] ima: Align ima_file_mprotect() "
` [PATCH v4 03/23] ima: Align ima_inode_setxattr() "
` [PATCH v4 04/23] ima: Align ima_inode_removexattr() "
` [PATCH v4 05/23] ima: Align ima_post_read_file() "
` [PATCH v4 06/23] evm: Align evm_inode_post_setattr() "
` [PATCH v4 07/23] evm: Align evm_inode_setxattr() "
` [PATCH v4 08/23] evm: Align evm_inode_post_setxattr() "
` [PATCH v4 09/23] security: Align inode_setattr hook definition with EVM
` [PATCH v4 10/23] security: Introduce inode_post_setattr hook
` [PATCH v4 11/23] security: Introduce inode_post_removexattr hook
` [PATCH v4 12/23] security: Introduce file_post_open hook
` [PATCH v4 13/23] security: Introduce file_pre_free_security hook
` [PATCH v4 14/23] security: Introduce path_post_mknod hook
` [PATCH v4 15/23] security: Introduce inode_post_create_tmpfile hook
` [PATCH v4 16/23] security: Introduce inode_post_set_acl hook
` [PATCH v4 17/23] security: Introduce inode_post_remove_acl hook
` [PATCH v4 18/23] security: Introduce key_post_create_or_update hook
` [PATCH v4 19/23] ima: Move to LSM infrastructure
` [PATCH v4 20/23] ima: Move IMA-Appraisal "
` [PATCH v4 21/23] evm: Move "
` [PATCH v4 22/23] integrity: Move integrity functions to the "
` [PATCH v4 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

PSA: migrating linux-integrity to new vger infrastructure
 2023-11-06 13:26 UTC 

[RFC PATCH v11 05/19] ipe: introduce 'boot_verified' as a trust provider
 2023-11-03 22:30 UTC  (7+ messages)
` [PATCH RFC v11 5/19] "

[RFC PATCH v11 18/19] ipe: kunit test for parser
 2023-11-02 23:11 UTC  (3+ messages)
` [PATCH RFC "

[RFC PATCH v11 17/19] scripts: add boot policy generation program
 2023-11-02 23:09 UTC  (3+ messages)
` [PATCH RFC "

[RFC PATCH v11 09/19] ipe: add permissive toggle
 2023-11-02 22:56 UTC  (3+ messages)
` [PATCH RFC v11 9/19] "

[RFC PATCH v11 08/19] uapi|audit|ipe: add ipe auditing support
 2023-11-02 22:55 UTC  (3+ messages)
` [PATCH RFC v11 8/19] "

[RFC PATCH v11 14/19] ipe: add support for dm-verity as a trust provider
 2023-11-02 22:40 UTC  (3+ messages)
` [PATCH RFC "

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-11-02 19:33 UTC  (6+ messages)
` [PATCH RFC "

[GIT PULL] integrity: susbystem updates for v6.7
 2023-11-02 18:37 UTC  (2+ messages)

[RFC PATCH v11 13/19] dm verity: consume root hash digest and signature data via LSM hook
 2023-11-02  0:41 UTC  (3+ messages)
` [PATCH RFC "

[RFC PATCH v11 12/19] dm: add finalize hook to target_type
 2023-11-02  0:41 UTC  (3+ messages)
` [PATCH RFC "

[RFC PATCH v11 11/19] dm verity: set DM_TARGET_SINGLETON feature flag
 2023-11-02  0:40 UTC  (3+ messages)
` [PATCH RFC "

[PATCH v6 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2023-10-31 21:37 UTC  (5+ messages)
` [PATCH v6 05/14] x86: Secure Launch main header file

It's confirmed: Our Prices are lower.5465132kl
 2023-10-31 15:52 UTC 

[GIT PULL] tpmdd changes for v6.7
 2023-10-31  6:31 UTC  (2+ messages)

W sprawie samochodu
 2023-10-30  9:00 UTC 

[RFC PATCH v11 02/19] ipe: add policy parser
 2023-10-26 21:36 UTC  (4+ messages)
` [PATCH RFC v11 2/19] "

[PATCH v3] ima: detect changes to the backing overlay file
 2023-10-26 15:31 UTC  (4+ messages)

[RFC PATCH v11 03/19] ipe: add evaluation loop
 2023-10-26  0:15 UTC  (3+ messages)
` [PATCH RFC v11 3/19] "


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