public inbox for linux-integrity@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-11 15:36:23 to 2024-01-02 13:47:21 UTC [more...]

[ima-evm-utils PATCH v2 00/13] Address non concurrency-safe libimaevm global variables
 2024-01-02 13:46 UTC  (11+ messages)
` [ima-evm-utils PATCH v2 03/13] Update library function definitions to include a "public_keys" 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 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 v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2024-01-02 11:56 UTC  (41+ 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-27 14:03 UTC  (7+ messages)

[PATCH] integrity: don't throw an error immediately when failed to add a cert to the .machine keyring
 2023-12-27  4:41 UTC 

TPM interrupt patch on LTS
 2023-12-26 14:50 UTC 

[PATCH] tpm_tis_spi: Add compatible string atmel,attpm20p
 2023-12-23  9:34 UTC 

[PATCH v8] ARM: dts: aspeed: Adding Facebook Bletchley BMC
 2023-12-23  8:36 UTC  (2+ messages)

[PATCH] tpm: cr50: fix kernel-doc warning and spelling
 2023-12-22  6:19 UTC 

[PATCH 1/2] dt-bindings: reset: Add Infineon SLB9670 TPM reset driver
 2023-12-21 10:09 UTC  (9+ messages)
` [PATCH 2/2] "

[RFC V2] IMA Log Snapshotting Design Proposal
 2023-12-20 22:13 UTC  (7+ messages)

[PATCH v3 0/7] ima: kexec: measure events between kexec load and execute
 2023-12-20 20:44 UTC  (13+ messages)
` [PATCH v3 1/7] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v3 2/7] ima: kexec: move ima log copy from kexec load to execute
` [PATCH v3 3/7] ima: kexec: map IMA buffer source pages to image after kexec load
` [PATCH v3 4/7] kexec: update kexec_file_load syscall to alloc ima buffer after load
` [PATCH v3 5/7] ima: suspend measurements during buffer copy at kexec execute
` [PATCH v3 6/7] ima: configure memory to log events between kexec load and execute
` [PATCH v3 7/7] ima: measure kexec load and exec events as critical data

[PATCH v3 0/4] dt-bindings: tpm: Clean all the things
 2023-12-20 16:04 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: tpm: Consolidate TCG TIS bindings
` [PATCH v3 2/4] dt-bindings: tpm: Convert Google Cr50 bindings to DT schema
` [PATCH v3 3/4] dt-bindings: tpm: Convert IBM vTPM "
` [PATCH v3 4/4] dt-bindings: tpm: Document Microsoft fTPM bindings

[PATCH v2 0/3] evm: disable EVM on overlayfs
 2023-12-20 14:19 UTC  (9+ messages)
` [PATCH v2 1/3] evm: don't copy up 'security.evm' xattr
` [PATCH v2 2/3] evm: add support to disable EVM on unsupported filesystems
` [PATCH v2 3/3] overlay: disable EVM

[PATCH 0/2] evm: disable EVM on overlayfs
 2023-12-19 14:47 UTC  (5+ messages)
` [PATCH 1/2] evm: don't copy up 'security.evm' xattr
` [PATCH 2/2] evm: add support to disable EVM on unsupported filesystems

[PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-19 11:38 UTC  (6+ messages)
` [PATCH v2 1/3] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v2 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH v2 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

[PATCH v5 0/6] DCP as trusted keys backend
 2023-12-19  0:45 UTC  (8+ messages)
` [PATCH v5 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v5 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v5 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v5 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v5 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH v2 0/3] dt-bindings: tpm: Clean all the things
 2023-12-18 21:01 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: tpm: Consolidate TCG TIS bindings

IMA performance regression in 5.10.194 when using overlayfs
 2023-12-18 19:39 UTC  (6+ messages)

[PATCH v2] tpm: tis_i2c: Add compatible string nuvoton,npct75x
 2023-12-17 11:10 UTC 

[RESEND PATCH] tpm: nuvoton: Use i2c_get_match_data()
 2023-12-16  9:47 UTC  (3+ messages)

[PATCH v39 01/42] integrity: disassociate ima_filter_rule from security_audit_rule
 2023-12-15 22:16 UTC  (5+ messages)
` [PATCH v39 10/42] LSM: Use lsmblob in security_current_getsecid
` [PATCH v39 11/42] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v39 13/42] LSM: Create new security_cred_getlsmblob LSM hook
` [PATCH v39 16/42] LSM: Ensure the correct LSM context releaser

[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-15 12:16 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 v1 0/8] Add device tree for IBM system1 BMC
 2023-12-15  7:35 UTC  (42+ 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

[PATCH v5 00/17] add integrity and security to TPM2 transactions
 2023-12-15  3:34 UTC  (7+ 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

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 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  (4+ messages)

[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

[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 "


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