linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-07 04:03:31 to 2020-07-15 19:17:14 UTC [more...]

[RFC PATCH v3 00/12] Integrity Policy Enforcement LSM (IPE)
 2020-07-15 19:16 UTC  (3+ messages)
` [RFC PATCH v3 03/12] security: add ipe lsm policy parser and policy loading

[PATCH v2 0/8] additional "ima-measurement" support
 2020-07-15 18:43 UTC  (10+ messages)
` [PATCH v2 1/8] ima-evm-utils: improve reading TPM 1.2 PCRs
` [PATCH v2 2/8] ima_evm_utils: support extending TPM 2.0 banks w/original SHA1 padded digest
` [PATCH v2 3/8] ima-evm-utils: support providing the TPM 1.2 PCRs as a file
` [PATCH v2 4/8] ima-evm-utils: emit "ima_measurement" messages based on log level
` [PATCH v2 5/8] ima-evm-utils: guarantee the measurement list contains all the records
` [PATCH v2 6/8] ima-evm-utils: the IMA measurement list may have too many measurements
` [PATCH v2 7/8] ima-evm-utils: optionally verify the template data file signature
` [PATCH v2 8/8] ima-evm-utils: update README to reflect "--pcrs", "--verify" and "--validate"

[PATCH v1 0/5] LSM: Measure security module state
 2020-07-15 18:34 UTC  (8+ messages)
` [PATCH v1 1/5] IMA: Add LSM_STATE func to measure LSM data
` [PATCH v1 2/5] IMA: Define an IMA hook "
` [PATCH v1 3/5] LSM: Add security_state function pointer in lsm_info struct
` [PATCH v1 4/5] LSM: Define SELinux function to measure security state
` [PATCH v1 5/5] LSM: Define workqueue for measuring security module state

[PATCH 0/6] ima-evm-utils: miscellanous code clean up and bug fixes
 2020-07-15 17:58 UTC  (3+ messages)
` [PATCH 6/6] ima-evm-utils: define a basic hash_info.h file

[PATCH v2] tpm: Require that all digests are present in TCG_PCR_EVENT2 structures
 2020-07-15 15:50 UTC  (3+ messages)

[PATCH ima-evm-utils v2] Check for tsspcrread in runtime
 2020-07-15 13:37 UTC  (2+ messages)

[PATCH ima-evm-utils] Check for tsspcrread in runtime
 2020-07-15 13:15 UTC  (5+ messages)

[PATCH v5 0/2] IMA: Verify measurement of certificates
 2020-07-15 13:00 UTC  (4+ messages)
` [PATCH v5 1/2] IMA: Add a test to verify measurment of keys
` [PATCH v5 2/2] IMA: Add a test to verify importing a certificate into keyring

[PATCH 0/2] Test cmdline measurement and IMA buffer passing through kexec
 2020-07-15  8:18 UTC  (7+ messages)
` [PATCH 1/2] IMA: Verify that the kernel cmdline is passed and measured correctly through the kexec barrier
` [PATCH 2/2] IMA: Verify IMA buffer passing "

[PATCH v6 0/7] Add support for O_MAYEXEC
 2020-07-14 18:40 UTC  (9+ messages)
` [PATCH v6 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH v6 2/7] exec: Move S_ISREG() check earlier
` [PATCH v6 3/7] exec: Move path_noexec() "
` [PATCH v6 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v6 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v6 6/7] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v6 7/7] ima: add policy support for the new file open MAY_OPENEXEC flag

[PATCH] tpm: avoid accessing cleared ops during shutdown
 2020-07-14 15:48 UTC  (7+ messages)

Queries regarding portable feature and signing process for EVM
 2020-07-14 15:03 UTC  (3+ messages)

[PATCH v9 0/2] tpm2: Make TPM2 logs accessible for non-UEFI firmware
 2020-07-14 12:09 UTC  (12+ messages)
` [PATCH v9 2/2] tpm: Add support for event log pointer found in TPM2 ACPI table

[PATCH v3 0/2] synquacer: add TPM support
 2020-07-13 23:05 UTC  (12+ messages)
` [PATCH v3 1/2] tpm: tis: add support for MMIO TPM on SynQuacer
` [PATCH v3 2/2] dt-bindings: Add SynQucer TPM MMIO as a trivial device

[V2 PATCH 0/3] Adding support for carrying IMA measurement logs
 2020-07-13 20:32 UTC  (7+ messages)
` [V2 PATCH 1/3] Refactoring powerpc code for carrying over IMA measurement logs, to move non architecture specific code to security/ima
` [V2 PATCH 2/3] dt-bindings: chosen: Document ima-kexec-buffer

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-13 16:48 UTC 

[PATCH v5] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-13 15:03 UTC  (7+ messages)

[PATCH -next] IMA: Make ima_mok_init() static
 2020-07-13 14:26 UTC 

[PATCH v5 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-07-13  2:17 UTC  (11+ messages)
` [PATCH v5 1/8] crypto: sm3 - export crypto_sm3_final function
` [PATCH v5 2/8] lib/mpi: Extend the MPI library
` [PATCH v5 3/8] lib/mpi: Introduce ec implementation to "
` [PATCH v5 4/8] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v5 5/8] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v5 6/8] X.509: support OSCCA certificate parse
` [PATCH v5 7/8] X.509: support OSCCA sm2-with-sm3 certificate verification
` [PATCH v5 8/8] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

[PATCH v5 0/6] TPM 2.0 trusted keys with attached policy
 2020-07-12 21:54 UTC  (11+ messages)
` [PATCH v5 4/6] security: keys: trusted: use ASN.1 TPM2 key format for the blobs

[PATCH 0/4] Fix misused kernel_read_file() enums
 2020-07-10 22:58 UTC  (26+ messages)
` [PATCH 1/4] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH 2/4] fs: Remove FIRMWARE_PREALLOC_BUFFER from kernel_read_file() enums
` [PATCH 3/4] fs: Remove FIRMWARE_EFI_EMBEDDED "
` [PATCH 4/4] module: Add hook for security_kernel_post_read_file()

ima-evm-utils: before releasing a new version
 2020-07-10 20:44 UTC  (2+ messages)

[PATCH v2] ima: Rename internal audit rule functions
 2020-07-10 20:37 UTC 

[PATCH] ima: Rename internal audit rule functions
 2020-07-10 19:42 UTC  (3+ messages)

[PATCH ima-evm-utils v2 1/2] ima-evm-utils: beautify the code to make it more readable
 2020-07-10 17:54 UTC  (3+ messages)
` [PATCH ima-evm-utils v2 2/2] ima-evm-utils: add SM3 to pkey_hash_algo algorithm list

[PATCH] tpm: Require that all digests are present in TCG_PCR_EVENT2 structures
 2020-07-10 11:02 UTC  (7+ messages)

[PATCH 0/3] additional "ima-measurement" support
 2020-07-09 14:36 UTC  (4+ messages)
` [PATCH 1/3] ima-evm-utils: improve reading TPM 1.2 PCRs
` [PATCH 2/3] ima_evm_utils: support extending TPM 2.0 banks w/original SHA1 padded digest
` [PATCH 3/3] ima-evm-utils: support providing the TPM 1.2 PCRs as a file

[PATCH v3 00/12] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-07-09  6:19 UTC  (13+ messages)
` [PATCH v3 01/12] ima: Have the LSM free its audit rule
` [PATCH v3 02/12] ima: Free the entire rule when deleting a list of rules
` [PATCH v3 03/12] ima: Free the entire rule if it fails to parse
` [PATCH v3 04/12] ima: Fail rule parsing when buffer hook functions have an invalid action
` [PATCH v3 05/12] ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invalid cond
` [PATCH v3 06/12] ima: Fail rule parsing when the KEY_CHECK "
` [PATCH v3 07/12] ima: Fail rule parsing when appraise_flag=blacklist is unsupportable
` [PATCH v3 08/12] ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
` [PATCH v3 09/12] ima: Use correct type for "
` [PATCH v3 10/12] ima: Move comprehensive rule validation checks out of the token parser
` [PATCH v3 11/12] ima: Use the common function to detect LSM conditionals in a rule
` [PATCH v3 12/12] ima: Support additional conditionals in the KEXEC_CMDLINE hook function

[PATCH AUTOSEL 5.7 03/30] ima: extend boot_aggregate with kernel measurements
 2020-07-09  1:27 UTC  (3+ messages)

[PATCH v18 09/23] LSM: Use lsmblob in security_task_getsecid
 2020-07-09  0:12 UTC  (5+ messages)
` [PATCH v18 10/23] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v18 11/23] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v18 12/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v18 14/23] LSM: Ensure the correct LSM context releaser

[PATCH AUTOSEL 5.4 03/16] ima: extend boot_aggregate with kernel measurements
 2020-07-08 15:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 14/16] tpm_tis: extra chip->ops check on error path in tpm_tis_core_init

[PATCH AUTOSEL 4.19 6/8] tpm_tis: extra chip->ops check on error path in tpm_tis_core_init
 2020-07-08 15:41 UTC 

[PATCH AUTOSEL 4.14 3/5] tpm_tis: extra chip->ops check on error path in tpm_tis_core_init
 2020-07-08 15:42 UTC 

[PATCH v4] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-08 13:39 UTC  (2+ messages)

[PATCH] Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")
 2020-07-08 13:35 UTC  (3+ messages)

[PATCH v4 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-07-08  8:28 UTC  (9+ messages)
` [PATCH v4 1/8] crypto: sm3 - export crypto_sm3_final function
` [PATCH v4 2/8] lib/mpi: Extend the MPI library
` [PATCH v4 3/8] lib/mpi: Introduce ec implementation to "
` [PATCH v4 4/8] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v4 5/8] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v4 6/8] X.509: support OSCCA certificate parse
` [PATCH v4 7/8] X.509: support OSCCA sm2-with-sm3 certificate verification
` [PATCH v4 8/8] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

[PATCH ima-evm-utils 1/3] ima-evm-utils: Fix mismatched type checking
 2020-07-08  6:07 UTC  (3+ messages)
` [PATCH ima-evm-utils 2/3] ima-evm-utils: beautify the code to make it more readable
` [PATCH ima-evm-utils 3/3] ima-evm-utils: ima_sign supports sm3 algorithm

[PATCH v10 0/9] firmware: add request_partial_firmware_into_buf
 2020-07-08  4:51 UTC  (24+ messages)
` [PATCH v10 1/9] fs: move kernel_read_file* to its own include file
` [PATCH v10 2/9] fs: introduce kernel_pread_file* support
` [PATCH v10 3/9] firmware: add request_partial_firmware_into_buf
` [PATCH v10 4/9] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v10 9/9] ima: add FIRMWARE_PARTIAL_READ support
  ` [PATCH v10 7/9] misc: bcm-vk: add Broadcom VK driver

[GIT PULL] tpmdd updates for Linux v5.8-rc5
 2020-07-07 21:25 UTC  (2+ messages)

[PATCH] Replace HTTP links with HTTPS ones: security
 2020-07-07 20:28 UTC  (2+ messages)

[PATCH 5.4 19/65] selftests: tpm: Use /bin/sh instead of /bin/bash
 2020-07-07 15:16 UTC 

[PATCH 5.7 041/112] Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"
 2020-07-07 15:16 UTC  (2+ messages)
` [PATCH 5.7 042/112] selftests: tpm: Use /bin/sh instead of /bin/bash


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