linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-05-06 12:34 UTC  (15+ messages)
` [RFC PATCH v2 1/2] ovl: Define D_REAL_FILEDATA for d_real to return dentry with data
` [RFC PATCH v2 2/2] ima: Fix detection of read/write violations on stacked filesystems

[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-05  0:15 UTC  (25+ messages)
` [PATCH v18 01/21] security: add ipe lsm
` [PATCH v18 02/21] ipe: add policy parser
` [PATCH v18 03/21] ipe: add evaluation loop
` [PATCH v18 04/21] ipe: add LSM hooks on execution and kernel read
` [PATCH v18 05/21] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v18 06/21] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v18 07/21] security: add new securityfs delete function
` [PATCH v18 08/21] ipe: add userspace interface
` [PATCH v18 09/21] uapi|audit|ipe: add ipe auditing support
` [PATCH v18 10/21] ipe: add permissive toggle
` [PATCH v18 11/21] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v18 12/21] dm: add finalize hook to target_type
` [PATCH v18 13/21] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v18 14/21] ipe: add support for dm-verity as a trust provider
` [PATCH v18 15/21] security: add security_inode_setintegrity() hook
` [PATCH v18 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v18 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v18 18/21] scripts: add boot policy generation program
` [PATCH v18 19/21] ipe: kunit test for parser
` [PATCH v18 20/21] Documentation: add ipe documentation
` [PATCH v18 21/21] MAINTAINERS: ipe: add ipe maintainer information

[RFC PATCH 0/2] TPM derived keys
 2024-05-04 15:35 UTC  (7+ messages)
` [RFC PATCH 1/2] tpm: add some algorithm and constant definitions from the TPM spec
` [RFC PATCH 2/2] KEYS: implement derived keys

[PATCH v8 0/6] DCP as trusted keys backend
 2024-05-03 23:45 UTC  (8+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "
      ` [EXT] "

[PATCH v8 00/22] add integrity and security to TPM2 transactions
 2024-05-03 23:18 UTC  (43+ messages)
` [PATCH v8 01/22] tpm: Remove unused tpm_buf_tag()
` [PATCH v8 02/22] tpm: Remove tpm_send()
` [PATCH v8 03/22] tpm: Move buffer handling from static inlines to real functions
` [PATCH v8 04/22] tpm: Update struct tpm_buf documentation comments
` [PATCH v8 05/22] tpm: Store the length of the tpm_buf data separately
` [PATCH v8 06/22] tpm: TPM2B formatted buffers
` [PATCH v8 07/22] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v8 08/22] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
` [PATCH v8 09/22] crypto: lib - implement library version of AES in CFB mode
` [PATCH v8 10/22] tpm: add buffer function to point to returned parameters
` [PATCH v8 11/22] tpm: export the context save and load commands
` [PATCH v8 12/22] tpm: Add NULL primary creation
` [PATCH v8 13/22] tpm: Add TCG mandated Key Derivation Functions (KDFs)
` [PATCH v8 14/22] tpm: Add HMAC session start and end functions
` [PATCH v8 15/22] tpm: Add HMAC session name/handle append
` [PATCH v8 16/22] tpm: Add the rest of the session HMAC API
` [PATCH v8 17/22] tpm: add hmac checks to tpm2_pcr_extend()
` [PATCH v8 18/22] tpm: add session encryption protection to tpm2_get_random()
` [PATCH v8 19/22] KEYS: trusted: Add session encryption protection to the seal/unseal path
` [PATCH v8 20/22] tpm: add the null key name as a sysfs export
` [PATCH v8 21/22] Documentation: add tpm-security.rst
` [PATCH v8 22/22] tpm: disable the TPM if NULL name changes

[ima-evm-utils: PATCH v2 1/1] Change license to LGPL-2.0-or-later and GPL-2.0-or-later
 2024-05-03 11:40 UTC  (3+ messages)

[RFC 0/2] ima: Fix detection of read/write violations on stacked filesystems
 2024-05-01 21:13 UTC  (14+ messages)
` [RFC 2/2] "

[PATCH v2] ima: Avoid blocking in RCU read-side critical section
 2024-05-01 20:48 UTC  (3+ messages)

[PATCH v7 15/21] tpm: Add the rest of the session HMAC API
 2024-04-29 20:11 UTC  (2+ messages)

[PATCH v7 00/21] add integrity and security to TPM2 transactions
 2024-04-29 20:11 UTC  (10+ 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 ima-evm-utils] First try to get keyid from cert then fall back to calculating
 2024-04-29 19:09 UTC 

[PATCH] efi: expose TPM event log to userspace via sysfs
 2024-04-26  8:23 UTC  (22+ messages)

[PATCH v17 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-04-25 20:23 UTC  (15+ messages)
` [PATCH v17 13/21] dm verity: consume root hash digest and expose signature data via LSM hook
` [PATCH v17 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v17 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v17 20/21] Documentation: add ipe documentation

[PATCH v4 01/71] tpm: Switch to new Intel CPU model defines
 2024-04-25  4:50 UTC  (3+ messages)

[PATCH v3] MAINTAINERS: Update URL's for KEYS/KEYRINGS_INTEGRITY and TPM DEVICE DRIVER
 2024-04-23 21:45 UTC 

[PATCH] char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=n
 2024-04-23 21:33 UTC  (2+ messages)

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-23  9:52 UTC  (5+ messages)
` [PATCH 33/34] drivers: remove incorrect of_match_ptr/ACPI_PTR annotations
` (subset) [PATCH 00/34] address all -Wunused-const warnings

[PATCH] ima: Avoid blocking in RCU read-side critical section
 2024-04-23  7:30 UTC  (5+ messages)

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-19 23:29 UTC  (36+ messages)
` [PATCH v4 01/14] lib: Add TLV parser
` [PATCH v4 02/14] security: Introduce the digest_cache LSM
` [PATCH v4 03/14] digest_cache: Add securityfs interface
` [PATCH v4 04/14] digest_cache: Add hash tables and operations
` [PATCH v4 09/14] digest_cache: Add support for directories
` [PATCH v4 10/14] digest cache: Prefetch digest lists if requested
` [PATCH v4 11/14] digest_cache: Reset digest cache on file/directory change
` [PATCH v4 13/14] selftests/digest_cache: Add selftests for digest_cache LSM

[PATCH v3 42/74] x86/cpu/vfm: Update tpm files
 2024-04-17 22:48 UTC  (7+ messages)

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-04-17 20:23 UTC  (15+ messages)

[RFC][PATCH v2 0/9] ima: Integrate with digest_cache LSM
 2024-04-15 16:10 UTC  (10+ messages)
` [RFC][PATCH v2 1/9] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v2 2/9] ima: Nest iint mutex for DIGEST_LIST_CHECK hook
` [RFC][PATCH v2 3/9] ima: Add digest_cache policy keyword
` [RFC][PATCH v2 4/9] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v2 5/9] ima: Modify existing boot-time built-in policies with digest cache policies
` [RFC][PATCH v2 6/9] ima: Store allowed usage in digest cache based on integrity metadata flags
` [RFC][PATCH v2 7/9] ima: Use digest caches for measurement
` [RFC][PATCH v2 8/9] ima: Use digest caches for appraisal
` [RFC][PATCH v2 9/9] ima: Register to the digest_cache LSM notifier and process events


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