Linux-Integrity Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-20 18:43:54 to 2024-02-29 00:55:19 UTC [more...]

[RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-02-29  0:54 UTC  (5+ messages)
` [RFC PATCH v13 01/20] security: add ipe lsm
` [RFC PATCH v13 02/20] ipe: add policy parser
` [RFC PATCH v13 03/20] ipe: add evaluation loop
` [RFC PATCH v13 04/20] ipe: add LSM hooks on execution and kernel read

TPM error path on probe
 2024-02-29  0:46 UTC 

[PATCH v3 00/13] security: digest_cache LSM
 2024-02-28 17:46 UTC  (2+ messages)

[PATCH v4 ima-evm-utils 0/7] Implement imaevm_signhash and add provider support
 2024-02-28 16:14 UTC  (8+ messages)
` [PATCH v4 ima-evm-utils 1/7] tests: Skip pkcs11 test if no engine support in evmctl
` [PATCH v4 ima-evm-utils 2/7] headers: Remove usage of CONFIG_IMA_EVM_ENGINE from public header
` [PATCH v4 ima-evm-utils 3/7] Implement imaevm_signhash library function and deprecate sign_hash
` [PATCH v4 ima-evm-utils 4/7] evmctl: Replace deprecated sign_hash with imaevm_signhash
` [PATCH v4 ima-evm-utils 5/7] Add support for OpenSSL provider to the library and evmctl
` [PATCH v4 ima-evm-utils 6/7] tests: Add pkcs11 test using provider
` [PATCH v4 ima-evm-utils 7/7] ci: Install pkcs11-provider where available

[PATCH] MAINTAINERS: Add TPM DT bindings to TPM maintainers
 2024-02-27 20:31 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update W's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE RIVER
 2024-02-27 18:22 UTC  (7+ messages)

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-02-27 14:57 UTC  (58+ messages)
` [PATCH v2 01/25] mnt_idmapping: split out core vfs[ug]id_t definitions into vfsid.h
` [PATCH v2 02/25] mnt_idmapping: include cred.h
` [PATCH v2 03/25] capability: add static asserts for comapatibility of vfs_cap_data and vfs_ns_cap_data
` [PATCH v2 04/25] capability: rename cpu_vfs_cap_data to vfs_caps
` [PATCH v2 05/25] capability: use vfsuid_t for vfs_caps rootids
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 07/25] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 12/25] selinux: add hooks for fscaps operations
` [PATCH v2 13/25] smack: "
` [PATCH v2 14/25] evm: add support for fscaps security hooks
` [PATCH v2 15/25] security: call evm fscaps hooks from generic "
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers
` [PATCH v2 21/25] ovl: use vfs_{get,set}_fscaps() for copy-up
` [PATCH v2 22/25] fs: use vfs interfaces for capabilities xattrs
` [PATCH v2 23/25] commoncap: remove cap_inode_getsecurity()
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces
` [PATCH v2 25/25] vfs: return -EOPNOTSUPP for fscaps from vfs_*xattr()

[ima-evm-utils: PATCH v1 1/1] Change license to LGPL-2.0-or-later and GPL-2.0-or-later
 2024-02-26 21:26 UTC  (15+ messages)

[PATCH v3 ima-evm-utils 0/7] Deprecate sign_hash and add provider support
 2024-02-26 18:28 UTC  (9+ messages)
` [PATCH v3 ima-evm-utils 1/7] tests: Skip pkcs11 test if no engine support in evmctl
` [PATCH v3 ima-evm-utils 2/7] headers: Remove usage of CONFIG_IMA_EVM_ENGINE from public header
` [PATCH v3 ima-evm-utils 3/7] Pass ENGINE and keyid through to function using them
` [PATCH v3 ima-evm-utils 4/7] evmctl: Replace deprecated sign_hash with imaevm_signhash
` [PATCH v3 ima-evm-utils 5/7] Add support for OpenSSL provider to the library and evmctl
` [PATCH v3 ima-evm-utils 6/7] tests: Add pkcs11 test using provider
` [PATCH v3 ima-evm-utils 7/7] ci: Install pkcs11-provider where available

[PATCH v2 ima-evm-utils 0/6] Deprecate sign_hash and add provider support
 2024-02-26 16:06 UTC  (8+ messages)
` [PATCH v2 ima-evm-utils 1/6] headers: Remove usage of CONFIG_IMA_EVM_ENGINE from public header
` [PATCH v2 ima-evm-utils 2/6] Pass ENGINE and keyid through to function using them
` [PATCH v2 ima-evm-utils 3/6] evmctl: Replace deprecated sign_hash with imaevm_signhash
` [PATCH v2 ima-evm-utils 4/6] Add support for OpenSSL provider to the library and evmctl
` [PATCH v2 ima-evm-utils 5/6] tests: Add pkcs11 test using provider
` [PATCH v2 ima-evm-utils 6/6] ci: Install pkcs11-provider where available

[PATCH 1/3] tpm: protect against locality counter underflow
 2024-02-26 12:43 UTC  (42+ messages)
` [PATCH 3/3] tpm: make locality request return value consistent

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-26  9:17 UTC  (5+ messages)

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-02-23 18:43 UTC  (19+ messages)
` [PATCH v7 12/21] tpm: Add NULL primary creation
` [PATCH v7 13/21] tpm: Add HMAC session start and end functions
` [PATCH v7 14/21] tpm: Add HMAC session name/handle append
` [PATCH v7 15/21] tpm: Add the rest of the session HMAC API
` [PATCH v7 16/21] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v7 17/21] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v7 18/21] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v7 19/21] tpm: add the null key name as a sysfs export
` [PATCH v7 21/21] tpm: disable the TPM if NULL name changes

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-23 18:30 UTC  (25+ messages)
` [PATCH v8 04/15] x86: Secure Launch Resource Table header file
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module
` [PATCH v8 15/15] x86: EFI stub DRTM launch support for Secure Launch

[PATCH v3 00/10] evm: Support signatures on stacked filesystem
 2024-02-23 17:25 UTC  (11+ messages)
` [PATCH v3 01/10] ima: Rename backing_inode to real_inode
` [PATCH v3 02/10] security: allow finer granularity in permitting copy-up of security xattrs
` [PATCH v3 03/10] evm: Implement per signature type decision in security_inode_copy_up_xattr
` [PATCH v3 04/10] evm: Use the metadata inode to calculate metadata hash
` [PATCH v3 05/10] ima: Move file-change detection variables into new structure
` [PATCH v3 06/10] evm: Store and detect metadata inode attributes changes
` [PATCH v3 07/10] ima: re-evaluate file integrity on file metadata change
` [PATCH v3 08/10] evm: Enforce signatures on unsupported filesystem for EVM_INIT_X509
` [PATCH v3 09/10] fs: Rename SB_I_EVM_UNSUPPORTED to SB_I_EVM_HMAC_UNSUPPORTED
` [PATCH v3 10/10] evm: Rename is_unsupported_fs to is_unsupported_hmac_fs

[PATCH v5 0/8] ima: kexec: measure events between kexec load and execute
 2024-02-22 16:38 UTC  (18+ messages)
` [PATCH v5 1/8] ima: define and call ima_alloc_kexec_file_buf
` [PATCH v5 2/8] kexec: define functions to map and unmap segments
` [PATCH v5 4/8] ima: kexec: define functions to copy IMA log at soft boot
` [PATCH v5 5/8] ima: kexec: move IMA log copy from kexec load to execute
` [PATCH v5 6/8] ima: suspend measurements during buffer copy at kexec execute
` [PATCH v5 7/8] ima: make the kexec extra memory configurable

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-02-22 15:45 UTC  (11+ messages)

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-02-21 16:16 UTC  (3+ messages)
` [RFC PATCH v2 2/4] tsm: Add RTMRs to the configfs-tsm hierarchy

[PATCH v2 0/9] evm: Support signatures on stacked filesystem
 2024-02-20 22:57 UTC  (3+ messages)
` [PATCH v2 2/9] security: allow finer granularity in permitting copy-up of security xattrs


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 read-only IMAP folder(s) and NNTP newsgroup(s).