Linux Integrity
[Prev Page][Next Page]
- Re: [PATCH 2/2] fs: remove the inode argument to ->d_real() method, (continued)
- [PATCH] tpm,tpm_tis: Avoid warning splat at shutdown,
Lino Sanfilippo
- [PATCH 1/3] tpm: protect against locality counter underflow,
Daniel P. Smith
- [PATCH 3/3] tpm: make locality request return value consistent,
Daniel P. Smith
- [PATCH v2 0/3] tpm: make locality handling resilient, Daniel P. Smith
- [no subject], Daniel P. Smith
- [PATCH 2/3] tpm: ensure tpm is in known state at startup,
Daniel P. Smith
- [RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [RFC PATCH v12 01/20] security: add ipe lsm, Fan Wu
- [RFC PATCH v12 02/20] ipe: add policy parser, Fan Wu
- [RFC PATCH v12 03/20] ipe: add evaluation loop, Fan Wu
- [RFC PATCH v12 04/20] ipe: add LSM hooks on execution and kernel read, Fan Wu
- [RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack, Fan Wu
- [RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider, Fan Wu
- [RFC PATCH v12 07/20] security: add new securityfs delete function, Fan Wu
- [RFC PATCH v12 13/20] dm: add finalize hook to target_type, Fan Wu
- [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag, Fan Wu
- [RFC PATCH v12 14/20] dm verity: consume root hash digest and signature data via LSM hook, Fan Wu
- [RFC PATCH v12 16/20] fsverity: consume builtin signature via LSM hook, Fan Wu
- [RFC PATCH v12 10/20] ipe: add permissive toggle, Fan Wu
- [RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [RFC PATCH v12 11/20] block|security: add LSM blob to block_device, Fan Wu
- [RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider, Fan Wu
- [RFC PATCH v12 18/20] scripts: add boot policy generation program, Fan Wu
- [RFC PATCH v12 08/20] ipe: add userspace interface, Fan Wu
- [RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [RFC PATCH v12 19/20] ipe: kunit test for parser, Fan Wu
- [RFC PATCH v12 20/20] documentation: add ipe documentation, Fan Wu
- [PATCH] MAINTAINERS: Add TPM DT bindings to TPM maintainers,
Rob Herring
- [PATCH 0/5] evm: Support signatures on stacked filesystem,
Stefan Berger
- Re: [PATCH v3 00/17] kexec: Allow preservation of ftrace buffers,
Philipp Rudo
- [RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI,
Samuel Ortiz
- ref leak in request_asymmetric_key ?,
Billie Alsup (balsup)
- [PATCH v5 0/2] Add device tree for IBM system1 BMC,
Ninad Palsule
- [GIT PULL] integrity: subsystem updates for v6.8-rc1,
Mimi Zohar
- [PATCH v3] ima: add crypto agility support for template-hash algorithm,
Enrico Bravi
- [PATCH v4 0/7] ima: kexec: measure events between kexec load and execute,
Tushar Sugandhi
- [PATCH v2 00/33] spi: get rid of some legacy macros,
Uwe Kleine-König
- [PATCH v2] ima: add crypto agility support for template-hash algorithm,
Enrico Bravi
- [PATCH v4 0/3] Add device tree for IBM system1 BMC,
Ninad Palsule
- [PATCH v2 0/1] Add more compatibility strings to tpm-tis-i2c,
Ninad Palsule
- tpm_tis_remove: `WARNING: CPU: 6 PID: 265 at kernel/workqueue.c:3397 __flush_work.isra.0+0x29f/0x2c0`,
Paul Menzel
- [PATCH 00/33] spi: get rid of some legacy macros,
Uwe Kleine-König
- [PATCH] tpm/tpm_ftpm_tee: fix all kernel-doc warnings,
Randy Dunlap
- [PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
- [PATCH v9 01/25] ima: Align ima_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 02/25] ima: Align ima_file_mprotect() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 03/25] ima: Align ima_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 05/25] ima: Align ima_post_read_file() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 06/25] evm: Align evm_inode_post_setattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 07/25] evm: Align evm_inode_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 08/25] evm: Align evm_inode_post_setxattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 09/25] security: Align inode_setattr hook definition with EVM, Roberto Sassu
- [PATCH v9 10/25] security: Introduce inode_post_setattr hook, Roberto Sassu
- [PATCH v9 11/25] security: Introduce inode_post_removexattr hook, Roberto Sassu
- [PATCH v9 12/25] security: Introduce file_post_open hook, Roberto Sassu
- [PATCH v9 14/25] security: Introduce path_post_mknod hook, Roberto Sassu
- [PATCH v9 15/25] security: Introduce inode_post_create_tmpfile hook, Roberto Sassu
- [PATCH v9 16/25] security: Introduce inode_post_set_acl hook, Roberto Sassu
- [PATCH v9 17/25] security: Introduce inode_post_remove_acl hook, Roberto Sassu
- [PATCH v9 18/25] security: Introduce key_post_create_or_update hook, Roberto Sassu
- [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA, Roberto Sassu
- [PATCH v9 20/25] ima: Move to LSM infrastructure, Roberto Sassu
- [PATCH v9 21/25] ima: Move IMA-Appraisal to LSM infrastructure, Roberto Sassu
- [PATCH v9 22/25] evm: Move to LSM infrastructure, Roberto Sassu
- [PATCH v9 23/25] evm: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v9 24/25] ima: Make it independent from 'integrity' LSM, Roberto Sassu
- [PATCH v9 25/25] integrity: Remove LSM, Roberto Sassu
- [PATCH v9 04/25] ima: Align ima_inode_removexattr() definition with LSM infrastructure, Roberto Sassu
- [PATCH v9 13/25] security: Introduce file_release hook, Roberto Sassu
- Re: [PATCH v9 0/25] security: Move IMA and EVM to the LSM infrastructure, Paul Moore
- [PATCH] tpm: make locality handling resilient,
Daniel P. Smith
- [PATCH] arm64: dts: Fix TPM schema violations,
Lukas Wunner
- [PATCH v2 0/4] Add missing TPM compatible strings,
Lukas Wunner
- [PATCH] ARM: dts: Fix TPM schema violations,
Lukas Wunner
- [PATCH v5 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h,
Thomas Zimmermann
- [PATCH v3 0/3] Add device tree for IBM system1 BMC,
Ninad Palsule
- [GIT PULL] tpmdd changes for v6.8,
Jarkko Sakkinen
- [GIT PULL] integrity: subsystem updates for v6.8,
Mimi Zohar
- [PATCH v2 0/3] Add device tree for IBM system1 BMC,
Ninad Palsule
- [PATCH v4 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h,
Thomas Zimmermann
- [ima-evm-utils PATCH v3 00/13] Address non concurrency-safe libimaevm global variables,
Mimi Zohar
- [ima-evm-utils PATCH v3 04/13] Update imaevm_verify_hash() definition to include "hash_algo" parameter, Mimi Zohar
- [ima-evm-utils PATCH v3 05/13] Update cmd_verify_ima() to define and use a local list of public keys, Mimi Zohar
- [ima-evm-utils PATCH v3 01/13] Rename "public_keys" to "g_public_keys", Mimi Zohar
- [ima-evm-utils PATCH v3 08/13] Define library ima_calc_hash2() function with a hash algorithm parameter, Mimi Zohar
- [ima-evm-utils PATCH v3 06/13] Update cmd_verify_evm to define and use a local list of public keys, Mimi Zohar
- [ima-evm-utils PATCH v3 09/13] Use a local hash algorithm variable when verifying file signatures, Mimi Zohar
- [ima-evm-utils PATCH v3 07/13] Update ima_measurements to define and use a local list of public keys, Mimi Zohar
- [ima-evm-utils PATCH v3 10/13] Update EVM signature verification to use a local hash algorithm variable, Mimi Zohar
- [ima-evm-utils PATCH v3 02/13] Free public keys list, Mimi Zohar
- [ima-evm-utils PATCH v3 03/13] Update library function definitions to include a "public_keys" parameter, Mimi Zohar
- [ima-evm-utils PATCH v3 12/13] Update sign_hash_v*() definition to include the key password, Mimi Zohar
- [ima-evm-utils PATCH v3 11/13] Use a file specific hash algorithm variable for signing files, Mimi Zohar
- [ima-evm-utils PATCH v3 13/13] Define and use a file specific "keypass" variable, Mimi Zohar
- [PATCH v3 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h,
Thomas Zimmermann
- [PATCH] dt-bindings: tpm: Add compatible string atmel,attpm20p,
Lukas Wunner
- [PATCH v6 00/20] add integrity and security to TPM2 transactions,
James Bottomley
- [PATCH v6 01/20] tpm: Remove unused tpm_buf_tag(), James Bottomley
- [PATCH v6 02/20] tpm: Remove tpm_send(), James Bottomley
- [PATCH v6 03/20] tpm: Move buffer handling from static inlines to real functions, James Bottomley
- [PATCH v6 04/20] tpm: Update struct tpm_buf documentation comments, James Bottomley
- [PATCH v6 05/20] tpm: Store the length of the tpm_buf data separately., James Bottomley
- [PATCH v6 06/20] tpm: TPM2B formatted buffers, James Bottomley
- [PATCH v6 07/20] tpm: Add tpm_buf_read_{u8,u16,u32}, James Bottomley
- [PATCH v6 08/20] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers, James Bottomley
- [PATCH v6 09/20] crypto: lib - implement library version of AES in CFB mode, James Bottomley
- [PATCH v6 10/20] tpm: add buffer function to point to returned parameters, James Bottomley
- [PATCH v6 11/20] tpm: export the context save and load commands, James Bottomley
- [PATCH v6 12/20] tpm: Add NULL primary creation, James Bottomley
- [PATCH v6 13/20] tpm: Add HMAC session start and end functions, James Bottomley
- [PATCH v6 14/20] tpm: Add HMAC session name/handle append, James Bottomley
- [PATCH v6 15/20] tpm: Add the rest of the session HMAC API, James Bottomley
- [PATCH v6 16/20] tpm: add hmac checks to tpm2_pcr_extend(), James Bottomley
- [PATCH v6 17/20] tpm: add session encryption protection to tpm2_get_random(), James Bottomley
- [PATCH v6 18/20] KEYS: trusted: Add session encryption protection to the seal/unseal path, James Bottomley
- [PATCH v6 19/20] tpm: add the null key name as a sysfs export, James Bottomley
- [PATCH v6 20/20] Documentation: add tpm-security.rst, James Bottomley
- [PATCH] integrity: don't throw an error immediately when failed to add a cert to the .machine keyring,
Coiby Xu
- TPM interrupt patch on LTS,
João Paulo Silva Gonçalves
- [PATCH] tpm_tis_spi: Add compatible string atmel,attpm20p,
Lukas Wunner
- Re: [PATCH v8] ARM: dts: aspeed: Adding Facebook Bletchley BMC,
Patrick Williams
- [PATCH] tpm: cr50: fix kernel-doc warning and spelling,
Randy Dunlap
- [PATCH v2 0/3] evm: disable EVM on overlayfs,
Mimi Zohar
- [PATCH 0/2] evm: disable EVM on overlayfs,
Mimi Zohar
- [PATCH v2] tpm: tis_i2c: Add compatible string nuvoton,npct75x, Lukas Wunner
- [PATCH v3 0/4] dt-bindings: tpm: Clean all the things,
Lukas Wunner
- [PATCH v3 0/7] ima: kexec: measure events between kexec load and execute,
Tushar Sugandhi
- [PATCH v39 16/42] LSM: Ensure the correct LSM context releaser, Casey Schaufler
- [PATCH v39 13/42] LSM: Create new security_cred_getlsmblob LSM hook, Casey Schaufler
- [PATCH v39 11/42] LSM: Use lsmblob in security_inode_getsecid, Casey Schaufler
- [PATCH v39 10/42] LSM: Use lsmblob in security_current_getsecid, Casey Schaufler
- [PATCH v39 01/42] integrity: disassociate ima_filter_rule from security_audit_rule,
Casey Schaufler
- [PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h,
Thomas Zimmermann
- [PATCH v5 0/6] DCP as trusted keys backend,
David Gstir
- Re: IMA over NFS, Chuck Lever III
- [PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure,
Roberto Sassu
[Index of Archives]
[Linux Kernel]
[Linux Kernel Hardening]
[Linux NFS]
[Linux NILFS]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]