Linux Integrity
[Prev Page][Next Page]
- Re: RFC: New LSM to control usage of x509 certificates, (continued)
- Re: RFC: New LSM to control usage of x509 certificates, Mimi Zohar
- Re: RFC: New LSM to control usage of x509 certificates, Paul Moore
- Re: RFC: New LSM to control usage of x509 certificates, Mimi Zohar
- Re: RFC: New LSM to control usage of x509 certificates, Paul Moore
- Re: RFC: New LSM to control usage of x509 certificates, Eric Snowberg
- Re: RFC: New LSM to control usage of x509 certificates, Mickaël Salaün
- Re: RFC: New LSM to control usage of x509 certificates, Eric Snowberg
- Re: RFC: New LSM to control usage of x509 certificates, Mickaël Salaün
- Re: RFC: New LSM to control usage of x509 certificates, Eric Snowberg
- Re: RFC: New LSM to control usage of x509 certificates, Mickaël Salaün
- Re: RFC: New LSM to control usage of x509 certificates, Roberto Sassu
- Re: RFC: New LSM to control usage of x509 certificates, Eric Snowberg
- Re: [PATCH] certs: Restrict blacklist updates to the secondary trusted keyring, Jarkko Sakkinen
- Re: [PATCH] certs: Restrict blacklist updates to the secondary trusted keyring, Jarkko Sakkinen
- [PATCH AUTOSEL 5.15 08/15] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 4.14 4/8] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 5.4 05/10] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 5.10 08/14] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 4.19 4/7] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 6.1 16/26] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 6.4 25/41] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH AUTOSEL 6.5 28/45] tpm_tis: Resend command to recover from data transfer errors, Sasha Levin
- [PATCH] Fix typo in tpmrm class definition,
Justin M. Forbes
- [PATCH] ima: fix return value of ima_restore_measurement_list, Yan Zhu
- [PATCH] integrity: powerpc: Do not select CA_MACHINE_KEYRING,
Michal Suchanek
- Fwd: Slow boot and shutdown/reboot problems with 6.5.0+,
Bagas Sanjaya
- Message not available
[PATCH 5.15] of: kexec: Mark ima_{free,stable}_kexec_buffer() as __init,
Nathan Chancellor
[GIT PULL] tpmdd changes for v6.6-rc1,
Jarkko Sakkinen
[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v3 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 02/25] ima: Align ima_post_path_mknod() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 03/25] ima: Align ima_post_create_tmpfile() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 04/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 05/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 06/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 07/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 08/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 09/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 10/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v3 11/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v3 12/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v3 13/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v3 15/25] security: Introduce file_pre_free_security hook, Roberto Sassu
- [PATCH v3 14/25] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v3 17/25] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v3 16/25] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v3 18/25] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v3 19/25] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v3 20/25] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v3 21/25] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v3 22/25] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v3 23/25] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v3 24/25] integrity: Move integrity functions to the LSM infrastructure, Roberto Sassu
- [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache, Roberto Sassu
- Re: [PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure, Mimi Zohar
[PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v2 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 02/25] ima: Align ima_post_path_mknod() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 03/25] ima: Align ima_post_create_tmpfile() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 04/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 05/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 06/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 07/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 08/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 09/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 11/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v2 10/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v2 13/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v2 14/25] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v2 12/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v2 15/25] security: Introduce file_pre_free_security hook, Roberto Sassu
- [PATCH v2 16/25] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v2 18/25] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v2 17/25] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v2 19/25] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v2 20/25] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v2 21/25] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v2 22/25] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v2 23/25] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v2 24/25] integrity: Move integrity functions to the LSM infrastructure, Roberto Sassu
- [PATCH v2 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache, Roberto Sassu
- Re: [PATCH v2 00/25] security: Move IMA and EVM to the LSM infrastructure, Casey Schaufler
Re: LSM hook ordering in shmem_mknod() and shmem_tmpfile()?,
Hugh Dickins
[GIT PULL] integrity: susbystem updates for v6.6 (take 2),
Mimi Zohar
[GIT PULL] integrity: susbystem updates for v6.6, Mimi Zohar
[PATCH 0/12] Do not include crypto/algapi.h,
Herbert Xu
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
[PATCH v3] tpm: Enable hwrng only for Pluton on AMD CPUs,
Jarkko Sakkinen
[PATCH v2] tpm: Enable hwrng only for Pluton on AMD CPUs,
Jarkko Sakkinen
[PATCH] tpm: Enable hwrng only for Pluton on AMD CPUs, Jarkko Sakkinen
[PATCH v2 5/6] tpm: Add tpm_buf_read_{u8,u16,u32}, Jarkko Sakkinen
[PATCH v2 6/6] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers, Jarkko Sakkinen
[PATCH v2 3/6] tpm: Detach tpm_buf_reset() from tpm_buf_init(), Jarkko Sakkinen
[PATCH v2 4/6] tpm: Support TPM2 sized buffers (TPM2B), Jarkko Sakkinen
[PATCH v2 1/6] tpm: Move buffer handling from static inlines to real functions, Jarkko Sakkinen
[PATCH v2 2/6] tpm: Store TPM buffer length, Jarkko Sakkinen
[PATCH] KEYS: trusted: tee: Refactor register SHM usage,
Sumit Garg
[PATCH v2] tpm: Don't make vendor check required for probe,
Mario Limonciello
[PATCH 0/5] Extend struct tpm_buf to support sized buffers (TPM2B),
Jarkko Sakkinen
[PATCH] tpm: Don't make vendor check required for probe,
Mario Limonciello
REGRESSION WITH BISECT: v6.5-rc6 TPM patch breaks S3 on some Intel systems,
Todd Brandt
Re: REGRESSION WITH BISECT: v6.5-rc6 TPM patch breaks S3 on some Intel systems, Bagas Sanjaya
[PATCH] integrity: Annotate struct ima_rule_opt_list with __counted_by,
Kees Cook
[GIT PULL] tpmdd changes for v6.6,
Jarkko Sakkinen
[RFC PATCH -next] ima: Make tpm hash configurable,
GUO Zihua
Linux IMA documentation,
Ken Goldman
[PATCH v2] tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s", Jarkko Sakkinen
[PATCH v2] s390/ipl: fix virtual vs physical address confusion,
Alexander Gordeev
[PATCH v4 0/6] Enable loading local and third party keys on PowerVM guest,
Nayna Jain
[PATCH -next] tpm/tpm_tis_synquacer: Use module_platform_driver macro to simplify the code,
Li Zetao
[PATCH] tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s",
Jarkko Sakkinen
[PATCH v3 0/6] Enable loading local and third party keys on PowerVM guest,
Nayna Jain
[RFC][PATCH v2 00/13] integrity: Introduce a digest cache,
Roberto Sassu
- [RFC][PATCH v2 05/13] integrity/digest_cache: Parse tlv digest lists, Roberto Sassu
- [RFC][PATCH v2 01/13] ima: Introduce hook DIGEST_LIST_CHECK, Roberto Sassu
- [RFC][PATCH v2 06/13] integrity/digest_cache: Parse rpm digest lists, Roberto Sassu
- [RFC][PATCH v2 04/13] integrity/digest_cache: Prefetch digest lists in a directory, Roberto Sassu
- [RFC][PATCH v2 03/13] integrity/digest_cache: Add functions to populate and search, Roberto Sassu
- [RFC][PATCH v2 02/13] integrity: Introduce a digest cache, Roberto Sassu
- [RFC][PATCH v2 09/13] ima: Use digest cache for appraisal, Roberto Sassu
- [RFC][PATCH v2 08/13] ima: Use digest cache for measurement, Roberto Sassu
- [RFC][PATCH v2 07/13] ima: Add digest_cache policy keyword, Roberto Sassu
- [RFC][PATCH v2 11/13] tools/digest-lists: Add tlv digest list generator and parser, Roberto Sassu
- [RFC][PATCH v2 12/13] tools/digest-lists: Add rpm digest list generator and parser, Roberto Sassu
- [RFC][PATCH v2 10/13] tools: Add tool to manage digest lists, Roberto Sassu
- [RFC][PATCH v2 13/13] docs: Add documentation of the integrity digest cache, Roberto Sassu
- Re: [RFC][PATCH v2 00/13] integrity: Introduce a digest cache, Roberto Sassu
[GIT PULL] tpmdd changes for v6.5-rc7,
Jarkko Sakkinen
[PATCH 0/2] tpm_tis: opt-in interrupts,
Jarkko Sakkinen
[PATCH] tpm/tpm_tis: Disable interrupts categorically for Lenovo,
Jarkko Sakkinen
[PATCH] tpm/tpm_tis: Disable interrupts for MSI GS66 Stealth 11UG,
Jonathan McDowell
AMD fTPM patches for stable,
Jason A. Donenfeld
[PATCH v2 0/6] Enable loading local and third party keys on PowerVM guest,
Nayna Jain
[PATCH] s390/ipl: fix virtual vs physical address confusion, Alexander Gordeev
[PATCH] tpm: tpm_tis: Fix UPX-i11 DMI_PRODUCT_VERSION string,
Peter Ujfalusi
[PATCH] tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition,
Peter Ujfalusi
[PATCH] tpm: Add a helper for checking hwrng enabled,
Mario Limonciello
Build failure on tpmdd master branch,
Nayna
[GIT PULL] tpmdd changes for v6.5-rc6,
Jarkko Sakkinen
[PATCH] tpm/tpm_tis: Disable interrupts for Lenovo Thinkpad E14 Gen 2 and 13s-IML,
Takashi Iwai
[PATCH v2 RESEND] kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments,
Wenyu Liu
[PATCH] tpm/tpm_tis: Disable interrupts for Lenovo P620 devices,
Jonathan McDowell
[PATCH] crypto: lib - Move mpi into lib/crypto,
Herbert Xu
[PATCH v3] tpm: Disable RNG for all AMD fTPMs,
Mario Limonciello
[PATCH] KEYS: trusted: tee: use tee_shm_register_alloc_buf(),
Jens Wiklander
[no subject],
Jarkko Sakkinen
[PATCH 0/3] More changes related to TPM RNG handling,
Mario Limonciello
[PATCH v2] tpm: Disable RNG for all AMD fTPMs,
Mario Limonciello
[PATCH] tpm: Disable RNG for all AMD fTPMs,
Mario Limonciello
[RFC] IMA Log Snapshotting Design Proposal,
Sush Shringarputale
[PATCH 0/6] Measuring TPM update counter in IMA,
Tushar Sugandhi
[GIT PULL] tpmdd changes for v6.5-rc4,
Jarkko Sakkinen
[PATCH v3] tpm: Explicitly include correct DT includes, Rob Herring
[PATCH v2] char: Explicitly include correct DT includes, Rob Herring
[PATCH v4] integrity: Always reference the blacklist keyring with appraisal,
Eric Snowberg
[PATCH] tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7,
Takashi Iwai
[PATCH v2] kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments, Wenyu Liu
[PATCH] kexec_lock:Fix comment for kexec_lock,
Wenyu Liu(D)
[RFC][PATCH 00/12] integrity: Introduce a digest cache,
Roberto Sassu
- [RFC][PATCH 04/12] integrity/digest_cache: Iterate over digest lists in same dir, Roberto Sassu
- [RFC][PATCH 02/12] integrity: Introduce a digest cache, Roberto Sassu
- [RFC][PATCH 06/12] integrity/digest_cache: Parse rpm digest lists, Roberto Sassu
- [RFC][PATCH 05/12] integrity/digest_cache: Parse tlv digest lists, Roberto Sassu
- [RFC][PATCH 08/12] ima: Use digest cache for measurement, Roberto Sassu
- [RFC][PATCH 09/12] ima: Use digest cache for appraisal, Roberto Sassu
- [RFC][PATCH 10/12] tools: Add tool to manage digest lists, Roberto Sassu
- [RFC][PATCH 11/12] tools/digest-lists: Add tlv digest list generator and parser, Roberto Sassu
- [RFC][PATCH 12/12] tools/digest-lists: Add rpm digest list generator and parser, Roberto Sassu
- [RFC][PATCH 07/12] ima: Add digest_cache policy keyword, Roberto Sassu
- [RFC][PATCH 03/12] integrity/digest_cache: Add functions to populate and search, Roberto Sassu
- [RFC][PATCH 01/12] ima: Introduce hook DIGEST_LIST_CHECK, Roberto Sassu
- Re: [RFC][PATCH 00/12] integrity: Introduce a digest cache, Roberto Sassu
[RFC][PATCH v3 0/9] KEYS: Introduce user asymmetric keys and signatures,
Roberto Sassu
- [RFC][PATCH v3 1/9] lib: Add TLV parser, Roberto Sassu
- [RFC][PATCH v3 4/9] KEYS: asymmetric: Introduce the user asymmetric key parser, Roberto Sassu
- [RFC][PATCH v3 3/9] crypto: Export signature encoding information, Roberto Sassu
- [RFC][PATCH v3 5/9] KEYS: asymmetric: Introduce the user asymmetric key signature parser, Roberto Sassu
- [RFC][PATCH v3 2/9] crypto: Export public key algorithm information, Roberto Sassu
- [RFC][PATCH v3 6/9] verification: Add verify_uasym_signature() and verify_uasym_sig_message(), Roberto Sassu
- [RFC][PATCH v3 7/9] KEYS: asymmetric: Preload user asymmetric keys from a keyring blob, Roberto Sassu
- [RFC][PATCH v3 8/9] KEYS: Introduce load_uasym_keyring(), Roberto Sassu
- [RFC][PATCH v3 9/9] ima: Support non-PKCS#7 modsig types, Roberto Sassu
- [RFC][GNUPG][PATCH v3 1/2] Convert PGP keys to the user asymmetric keys format, Roberto Sassu
- [RFC][GNUPG][PATCH v3 2/2] Convert PGP signatures to the user asymmetric key signatures format, Roberto Sassu
- Re: [RFC][PATCH v3 0/9] KEYS: Introduce user asymmetric keys and signatures, Jarkko Sakkinen
[GIT PULL] tpmdd changes for v6.5-rc3,
Jarkko Sakkinen
[PATCH] char: Explicitly include correct DT includes,
Rob Herring
[PATCH 0/6] Enable loading local and third party keys on PowerVM guest,
Nayna Jain
[GIT PULL] tpmdd changes for v6.5-rc2,
Jarkko Sakkinen
[PATCH v3] integrity: Always reference the blacklist keyring with apprasial,
Eric Snowberg
[PATCH v4 RESEND] tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs,
Lino Sanfilippo
[PATCH v4] tpm,tpm_tis: Disable interrupts after 1000 unhandled IRQs, Lino Sanfilippo
[linux-next:master] BUILD REGRESSION e3262265625831348cfb3128d35907ead75d8bf7, kernel test robot
[PATCH] ima: Remove deprecated IMA_TRUSTED_KEYRING Kconfig,
Nayna Jain
[PATCH] kexec_file: ima: allow loading a kernel with its IMA signature verified,
Coiby Xu
[regression] Kernel 6.4 failing to access TPM on Framework Laptop 12th gen,
Thorsten Leemhuis
[Index of Archives]
[Linux Kernel]
[Linux Kernel Hardening]
[Linux NFS]
[Linux NILFS]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]