linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 08:52:31 to 2023-02-02 09:52:49 UTC [more...]

[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
 2023-02-02  9:51 UTC  (38+ messages)
` [RFC PATCH v9 01/16] security: add ipe lsm
` [RFC PATCH v9 02/16] ipe: add policy parser
` [RFC PATCH v9 03/16] ipe: add evaluation loop and introduce 'boot_verified' as a trust provider
` [RFC PATCH v9 04/16] security: add new securityfs delete function
` [RFC PATCH v9 05/16] ipe: add userspace interface
` [RFC PATCH v9 06/16] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v9 08/16] ipe: add permissive toggle
` [RFC PATCH v9 09/16] block|security: add LSM blob to block_device
` [RFC PATCH v9 10/16] dm-verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v9 12/16] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v9 13/16] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v9 14/16] scripts: add boot policy generation program
` [RFC PATCH v9 15/16] ipe: kunit test for parser
` [RFC PATCH v9 16/16] documentation: add ipe documentation

[PATCH v4 1/2] ima: Align ima_file_mmap() parameters with mmap_file LSM hook
 2023-02-01 17:54 UTC  (11+ messages)
` [PATCH v4 2/2] ima: Introduce MMAP_CHECK_REQPROT hook
` [PATCH ima-evm-utils v2] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks

[PATCH ima-evm-utils v3] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks
 2023-02-01 17:38 UTC 

[PATCH -next] evm: Use __vfs_setxattr() to update security.evm
 2023-02-01  7:10 UTC  (6+ messages)

[PATCH v5 00/25] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-02-01  6:32 UTC  (48+ messages)
` [PATCH v5 01/25] powerpc/pseries: Fix handling of PLPKS object flushing timeout
` [PATCH v5 02/25] powerpc/pseries: Fix alignment of PLPKS structures and buffers
` [PATCH v5 03/25] powerpc/secvar: Fix incorrect return in secvar_sysfs_load()
` [PATCH v5 04/25] powerpc/secvar: Use u64 in secvar_operations
` [PATCH v5 05/25] powerpc/secvar: Warn and error if multiple secvar ops are set
` [PATCH v5 06/25] powerpc/secvar: Use sysfs_emit() instead of sprintf()
` [PATCH v5 07/25] powerpc/secvar: Handle format string in the consumer
` [PATCH v5 08/25] powerpc/secvar: Handle max object size "
` [PATCH v5 09/25] powerpc/secvar: Clean up init error messages
` [PATCH v5 10/25] powerpc/secvar: Extend sysfs to include config vars
` [PATCH v5 11/25] powerpc/secvar: Allow backend to populate static list of variable names
` [PATCH v5 12/25] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
` [PATCH v5 13/25] powerpc/secvar: Don't print error on ENOENT when reading variables
` [PATCH v5 14/25] powerpc/pseries: Move plpks.h to include directory
` [PATCH v5 15/25] powerpc/pseries: Move PLPKS constants to header file
` [PATCH v5 16/25] powerpc/pseries: Expose PLPKS config values, support additional fields
` [PATCH v5 17/25] powerpc/pseries: Implement signed update for PLPKS objects
` [PATCH v5 18/25] powerpc/pseries: Log hcall return codes for PLPKS debug
` [PATCH v5 19/25] powerpc/pseries: Make caller pass buffer to plpks_read_var()
` [PATCH v5 20/25] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
` [PATCH v5 21/25] powerpc/pseries: Add helper to get PLPKS password length
` [PATCH v5 22/25] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v5 23/25] powerpc/pseries: Implement secvars for dynamic secure boot
` [PATCH v5 24/25] integrity/powerpc: Improve error handling & reporting when loading certs
` [PATCH v5 25/25] integrity/powerpc: Support loading keys from PLPKS

[PATCH v4 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-02-01  2:15 UTC  (27+ messages)
` [PATCH v4 02/24] powerpc/pseries: Fix alignment of PLPKS structures and buffers
` [PATCH v4 16/24] powerpc/pseries: Implement signed update for PLPKS objects
` [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
` [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar

[PATCH] Fix reading the TPM 2.0 PCRs
 2023-01-31 17:39 UTC  (2+ messages)

[PATCH ima-evm-utils] Fix reading the TPM 2.0 PCRs
 2023-01-31 17:37 UTC 

[PATCH ima-evm-utils v2] Introduce expect_pass_if() and expect_fail_if()
 2023-01-31 16:02 UTC 

[PATCH ima-evm-utils] Introduce expect_pass_if() and expect_fail_if()
 2023-01-31 15:22 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-01-31  8:35 UTC 

[PATCH -next] evm: call dump_security_xattr() in all cases to remove code duplication
 2023-01-31  2:11 UTC  (2+ messages)

[PATCH -next] evm: call dump_security_xattr() in all cases to remove code duplication
 2023-01-31  2:05 UTC  (5+ messages)

[PATCH v3 1/2] ima: Align ima_file_mmap() parameters with mmap_file LSM hook
 2023-01-30 17:00 UTC  (17+ messages)
` [PATCH v3 2/2] ima: Introduce MMAP_CHECK_REQPROT hook
` [PATCH ima-evm-utils] Add tests for MMAP_CHECK and MMAP_CHECK_REQPROT hooks

[PATCH -next v2] tpm: of: fix return value check in tpm_read_log_memory_region()
 2023-01-30 12:12 UTC 

[PATCH v2 00/11] add integrity and security to TPM2 transactions
 2023-01-29 13:06 UTC  (3+ messages)
` [PATCH v2 09/11] KEYS: trusted: Add session encryption protection to the seal/unseal path

[PATCH -next] tpm: of: fix return value check in tpm_read_log_memory_region()
 2023-01-29  7:26 UTC 

[PATCH v5 0/2] KEYS: asymmetric: Copy sig and digest in public_key_verify_signature()
 2023-01-27  8:27 UTC  (4+ messages)
` [PATCH v5 2/2] "

[RFC PATCH v2 0/4] Virtualize PCR for Container-IMA
 2023-01-27  8:19 UTC  (5+ messages)
` [RFC PATCH v1 0/3] ima: vPCR debug/security
  ` [RFC PATCH v1 1/3] ima: Add a UUID value for each vPCR
  ` [RFC PATCH v1 2/3] ima: ascii_vpcr pseudo-file for sysadmins
  ` [RFC PATCH v1 3/3] ima: Use TPM RNG for vPCR.secret if it's presented

[PATCH v5 00/11] Encrypted Hibernation
 2023-01-26 22:01 UTC  (17+ messages)
` [PATCH v5 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use

[PATCH v3 0/2] tpm: Add reserved memory event log
 2023-01-26 22:00 UTC  (5+ messages)
` [PATCH v3 1/2] tpm: Use managed allocation for bios "
` [PATCH v3 2/2] tpm: Add reserved memory "

[PATCH v2 0/2] tpm: Add reserved memory event log
 2023-01-26 17:31 UTC  (5+ messages)
` [PATCH v2 1/2] tpm: Use managed allocation for bios "

[PATCH ima-evm-utils v4 00/11] Support testing in new enviroments
 2023-01-26 15:55 UTC  (14+ messages)
` [PATCH ima-evm-utils v4 01/11] Fix error messages and vars in calc_evm_hmac()
` [PATCH ima-evm-utils v4 02/11] Add kernel configuration for tests
` [PATCH ima-evm-utils v4 03/11] Compile the UML kernel and download it in Github Actions
` [PATCH ima-evm-utils v4 04/11] Pass cleanup function and its arguments to _report_exit_and_cleanup()
` [PATCH ima-evm-utils v4 05/11] Add support for creating a new testing environment in functions.sh
` [PATCH ima-evm-utils v4 06/11] Introduce TST_LIST variable to select a test to execute
` [PATCH ima-evm-utils v4 07/11] Add tests for EVM portable signatures
` [PATCH ima-evm-utils v4 08/11] Adapt fsverity.test to be able to run in a new testing environment
` [PATCH ima-evm-utils v4 09/11] Use in-place built fsverity binary instead of installing it
` [PATCH ima-evm-utils v4 10/11] ci: haveged requires EPEL on CentOS stream:8
` [PATCH ima-evm-utils v4 11/11] Temporarily remove CONFIG_DEBUG_SG to test portable signatures

[PATCH ima-evm-utils v3 00/11] Support testing in new enviroments
 2023-01-26  9:09 UTC  (17+ messages)
` [PATCH ima-evm-utils v3 03/11] Compile the UML kernel and download it in Github Actions
` [PATCH ima-evm-utils v3 04/11] Pass cleanup function and its arguments to _report_exit_and_cleanup()
` [PATCH ima-evm-utils v3 05/11] Add support for creating a new testing environment in functions.sh
` [PATCH ima-evm-utils v3 06/11] Introduce TST_LIST variable to select a test to execute
` [PATCH ima-evm-utils v3 07/11] Add tests for EVM portable signatures
` [PATCH ima-evm-utils v3 08/11] Adapt fsverity.test to be able to run in a new testing environment
` [PATCH ima-evm-utils v3 09/11] Use in-place built fsverity binary instead of installing it
` [PATCH ima-evm-utils v3 10/11] ci: haveged requires EPEL on CentOS stream:8
` [PATCH ima-evm-utils v3 11/11] Temporarily remove CONFIG_DEBUG_SG to test portable signatures

[PATCH ima-evm-utils] ci: cleanup build.sh test log output
 2023-01-25 23:00 UTC  (2+ messages)

[PATCH ima-evm-utils] Experimental fsverity.test related GA CI improvements
 2023-01-25 22:34 UTC  (4+ messages)

[ima-evm-utils PATCH] tests: use new git repo URL for fsverity-utils
 2023-01-25 20:10 UTC 

[PATCH v2 01/11] tpm: move buffer handling from static inlines to real functions
 2023-01-25 14:01 UTC  (3+ messages)

[PATCH v2 06/11] tpm: Add full HMAC and encrypt/decrypt session handling code
 2023-01-25 12:59 UTC  (3+ messages)


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