messages from 2023-11-29 18:47:02 to 2023-12-15 03:34:25 UTC [more...]
[PATCH v5 00/17] add integrity and security to TPM2 transactions
2023-12-15 3:34 UTC (8+ messages)
` [PATCH v5 12/17] tpm: Add full HMAC and encrypt/decrypt session handling code
` [PATCH v5 16/17] tpm: add the null key name as a sysfs export
[PATCH v1 0/8] Add device tree for IBM system1 BMC
2023-12-14 22:23 UTC (41+ messages)
` [PATCH v1 1/8] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices
` [PATCH v1 3/8] ARM: dts: aspeed: System1: IBM system1 BMC board
` [PATCH v1 4/8] ARM: dts: aspeed: System1: Add i2c and muxes
` [PATCH v1 5/8] ARM: dts: aspeed: System1: Voltage regulators
` [PATCH v1 6/8] ARM: dts: aspeed: System1: GPIO, Fan ctrl, Led
` [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings
` [PATCH v1 8/8] ARM: dts: aspeed: System1: PS, sensor and more
IMA over NFS
2023-12-14 20:12 UTC
[RFC][PATCH] overlayfs: Redirect xattr ops on security.evm to security.evm_overlayfs
2023-12-14 19:36 UTC (21+ messages)
[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
2023-12-14 17:08 UTC (25+ messages)
` [PATCH v8 01/24] ima: Align ima_inode_post_setattr() definition with "
` [PATCH v8 02/24] ima: Align ima_file_mprotect() "
` [PATCH v8 03/24] ima: Align ima_inode_setxattr() "
` [PATCH v8 04/24] ima: Align ima_inode_removexattr() "
` [PATCH v8 05/24] ima: Align ima_post_read_file() "
` [PATCH v8 06/24] evm: Align evm_inode_post_setattr() "
` [PATCH v8 07/24] evm: Align evm_inode_setxattr() "
` [PATCH v8 08/24] evm: Align evm_inode_post_setxattr() "
` [PATCH v8 09/24] security: Align inode_setattr hook definition with EVM
` [PATCH v8 10/24] security: Introduce inode_post_setattr hook
` [PATCH v8 11/24] security: Introduce inode_post_removexattr hook
` [PATCH v8 12/24] security: Introduce file_post_open hook
` [PATCH v8 13/24] security: Introduce file_release hook
` [PATCH v8 14/24] security: Introduce path_post_mknod hook
` [PATCH v8 15/24] security: Introduce inode_post_create_tmpfile hook
` [PATCH v8 16/24] security: Introduce inode_post_set_acl hook
` [PATCH v8 17/24] security: Introduce inode_post_remove_acl hook
` [PATCH v8 18/24] security: Introduce key_post_create_or_update hook
` [PATCH v8 19/24] ima: Move to LSM infrastructure
` [PATCH v8 20/24] ima: Move IMA-Appraisal "
` [PATCH v8 21/24] evm: Move "
` [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM
` [PATCH v8 23/24] ima: "
` [PATCH v8 24/24] integrity: Remove LSM
[RFC][PATCH] ima: add crypto agility support for template-hash algorithm
2023-12-14 14:51 UTC
[PATCH v1 0/1] Add more compatibility strings to tpm-tis-i2c
2023-12-14 14:49 UTC (2+ messages)
` [PATCH v1 1/1] tpm: tis-i2c: Add more compatible strings
[PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-12-13 18:08 UTC (30+ messages)
[PATCH v2 0/3] dt-bindings: tpm: Clean all the things
2023-12-13 17:01 UTC (5+ messages)
` [PATCH v2 1/3] dt-bindings: tpm: Consolidate TCG TIS bindings
[PATCH] MAINTAINERS: Add Eric Snowberg as a reviewer to IMA
2023-12-13 7:50 UTC (4+ messages)
` [PATCH] MAINTAINERS: Add Roberto Sassu as co-maintainer to IMA and EVM
IMA performance regression in 5.10.194 when using overlayfs
2023-12-13 0:37 UTC (3+ messages)
[PATCH v2 0/3] tpm: tsi-i2c: Add compatible strings
2023-12-12 6:40 UTC (3+ messages)
` [PATCH v2 3/3] tpm: tis-i2c: Add more "
[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
2023-12-07 21:10 UTC (2+ messages)
[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
2023-12-07 15:38 UTC (7+ messages)
` [PATCH 1/3] arch/x86: Move struct pci_setup_rom into pci_setup.h
` [PATCH 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files
[ima-evm-utils PATCH v3 00/14] Enable shellcheck and fix some issues
2023-12-06 19:33 UTC (16+ messages)
` [ima-evm-utils PATCH v3 01/14] tests: Address issues raised by shellcheck SC2086 & enable shellcheck
` [ima-evm-utils PATCH v3 02/14] tests: Address issues raised by shellcheck SC2181
` [ima-evm-utils PATCH v3 03/14] tests: Address issues raised by shellcheck SC2046
` [ima-evm-utils PATCH v3 04/14] tests: Address issues raised by shellcheck SC2320
` [ima-evm-utils PATCH v3 05/14] tests: Address issues raised by shellcheck SC2317
` [ima-evm-utils PATCH v3 06/14] tests: Address issues raised by shellcheck SC2034
` [ima-evm-utils PATCH v3 07/14] tests: Address issues raised by shellcheck SC2164
` [ima-evm-utils PATCH v3 08/14] tests: Address issues raised by shellcheck SC2166
` [ima-evm-utils PATCH v3 09/14] tests: Address issues raised by shellcheck SC2294
` [ima-evm-utils PATCH v3 10/14] tests: Address issues raised by shellcheck SC2206
` [ima-evm-utils PATCH v3 11/14] tests: Address issues raised by shellcheck SC2196
` [ima-evm-utils PATCH v3 12/14] tests: Address issues raised by shellcheck SC2043
` [ima-evm-utils PATCH v3 13/14] tests: Address issues raised by shellcheck SC2295
` [ima-evm-utils PATCH v3 14/14] tests: Address issues raised by shellcheck SC2003
[ima-evm-utils PATCH v2 00/13] Address non concurrency-safe libimaevm global variables
2023-12-06 19:27 UTC (14+ messages)
` [ima-evm-utils PATCH v2 01/13] Rename "public_keys" to "g_public_keys"
` [ima-evm-utils PATCH v2 02/13] Free public keys list
` [ima-evm-utils PATCH v2 03/13] Update library function definitions to include a "public_keys" parameter
` [ima-evm-utils PATCH v2 04/13] Update imaevm_verify_hash() definition to include "hash_algo" parameter
` [ima-evm-utils PATCH v2 05/13] Update cmd_verify_ima() to define and use a local list of public keys
` [ima-evm-utils PATCH v2 06/13] Update cmd_verify_evm "
` [ima-evm-utils PATCH v2 07/13] Update ima_measurements "
` [ima-evm-utils PATCH v2 08/13] Define library ima_calc_hash2() function with a hash algorithm parameter
` [ima-evm-utils PATCH v2 09/13] Use a local hash algorithm variable when verifying file signatures
` [ima-evm-utils PATCH v2 10/13] Update EVM signature verification to use a local hash algorithm variable
` [ima-evm-utils PATCH v2 11/13] Use a file specific hash algorithm variable for signing files
` [ima-evm-utils PATCH v2 12/13] Update sign_hash_v*() definition to include the key password
` [ima-evm-utils PATCH v2 13/13] Define and use a file specific "keypass" variable
[PATCH] tpm: cr50: fix a kernel-doc warning
2023-12-05 23:01 UTC
[PATCH v4 00/13] add integrity and security to TPM2 transactions
2023-12-05 13:50 UTC (18+ messages)
` [PATCH v4 08/13] tpm: Add full HMAC and encrypt/decrypt session handling code
Discussion about using NV indexes for kernel properties like localities and PCRs
2023-12-04 14:58 UTC (6+ messages)
[PATCH v5 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-12-04 4:06 UTC (6+ messages)
` [PATCH v5 8/8] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
[PATCH v6 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-12-04 2:40 UTC (4+ messages)
` [PATCH v6 4/8] tpm: Update struct tpm_buf documentation comments
[PATCH] tpm: Start the tpm2 before running a self test
2023-12-04 2:36 UTC (4+ messages)
[PATCH v7 19/23] ima: Move to LSM infrastructure
2023-12-01 0:00 UTC (6+ messages)
` [PATCH v7 20/23] ima: Move IMA-Appraisal "
` [PATCH v7 21/23] evm: Move "
` [PATCH v7 22/23] integrity: Remove 'integrity' LSM and move integrity functions to 'ima' LSM
` [PATCH v7 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
[ANNOUNCE] CFP: Linux Security Summit North America 2024
2023-11-29 21:19 UTC
page: next (older) | 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