linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 03:53:50 to 2022-01-07 12:09:06 UTC [more...]

[PATCH v8 0/5] Enable root to update the blacklist keyring
 2022-01-07 12:14 UTC  (7+ messages)

[PATCH v3 0/6] KEXEC_SIG with appended signature
 2022-01-07 11:53 UTC  (7+ messages)
` [PATCH v3 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v3 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v3 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v3 4/6] module: strip the signature marker in the verification function
` [PATCH v3 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v3 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH v3] tpm: st33zp24: Make st33zp24_remove() a void function
 2022-01-07 11:44 UTC  (2+ messages)

[PATCH v4] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-01-07  5:14 UTC  (8+ messages)

[PATCH v2 1/2] tpm: Fix error handling in async work
 2022-01-07  2:51 UTC  (5+ messages)
` [PATCH 2/2] selftests: tpm: add async space test with noneexisting handle

[RFC PATCH 0/3] dm ima: allow targets to remeasure their state
 2022-01-06 20:34 UTC  (4+ messages)
` [RFC PATCH 1/3] dm ima: allow targets to remeasure their table entry
` [RFC PATCH 2/3] dm verity: add support for IMA target update event
` [RFC PATCH 3/3] dm ima: add documentation "

[GIT PULL] TPM DEVICE DRIVER updates for v5.17
 2022-01-06 19:10 UTC  (2+ messages)

[PATCH v1 0/5] ima: support fs-verity signatures stored as
 2022-01-05 23:37 UTC  (5+ messages)
` [PATCH v1 4/5] ima: support fs-verity file digest based signatures

[PATCH v8 00/19] ima: Namespace IMA with audit support in IMA-ns
 2022-01-05 20:55 UTC  (24+ messages)
` [PATCH v8 01/19] securityfs: Extend securityfs with namespacing support
` [PATCH v8 02/19] ima: Define ima_namespace structure and implement basic functions
` [PATCH v8 03/19] ima: Move policy related variables into ima_namespace
` [PATCH v8 04/19] ima: Move ima_htable "
` [PATCH v8 05/19] ima: Move measurement list related variables "
` [PATCH v8 06/19] ima: Move some IMA policy and filesystem "
` [PATCH v8 07/19] ima: Move dentry into ima_namespace and others onto stack
` [PATCH v8 08/19] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v8 09/19] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v8 10/19] ima: Implement hierarchical processing of file accesses
` [PATCH v8 11/19] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v8 12/19] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v8 13/19] ima: Add functions for creation and freeing of an ima_namespace
` [PATCH v8 14/19] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v8 15/19] ima: Namespace audit status flags
` [PATCH v8 16/19] ima: Enable re-auditing of modified files
` [PATCH v8 17/19] ima: Setup securityfs for IMA namespace
` [PATCH v8 18/19] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v8 19/19] ima: Enable IMA namespaces

[PATCH v7 0/3] integrity: support including firmware ".platform" keys at build time
 2022-01-05 17:54 UTC  (4+ messages)
` [PATCH v7 1/3] certs: export load_certificate_list() to be used outside certs/
` [PATCH v7 2/3] integrity: make integrity_keyring_from_id() non-static
` [PATCH v7 3/3] integrity: support including firmware ".platform" keys at build time

[PATCH 1/3] selftest/kexec: fix "ignored null byte in input" warning
 2022-01-05 16:09 UTC  (3+ messages)
` [PATCH 2/3] selftests/kexec: Enable secureboot tests for PowerPC

[PATCH v4] ima: silence measurement list hexdump during kexec
 2022-01-05 13:35 UTC  (2+ messages)

[PATCH v18 0/4] Add trusted_for(2) (was O_MAYEXEC)
 2022-01-04 15:50 UTC  (5+ messages)
` [PATCH v18 1/4] printk: Move back proc_dointvec_minmax_sysadmin() to sysctl.c
` [PATCH v18 2/4] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v18 3/4] arch: Wire up trusted_for(2)
` [PATCH v18 4/4] selftest/interpreter: Add tests for trusted_for(2) policies

[oss-security] IMA gadgets
 2022-01-03 20:44 UTC  (5+ messages)

[PATCH v7 00/14] ima: Namespace IMA with audit support in IMA-ns
 2022-01-03 14:09 UTC  (36+ messages)
` [PATCH v7 01/14] ima: Add IMA namespace support
` [PATCH v7 02/14] ima: Define ns_status for storing namespaced iint data
` [PATCH v7 03/14] ima: Namespace audit status flags
` [PATCH v7 04/14] ima: Move policy related variables into ima_namespace
` [PATCH v7 05/14] ima: Move ima_htable "
` [PATCH v7 06/14] ima: Move measurement list related variables "
` [PATCH v7 07/14] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v7 08/14] ima: Implement hierarchical processing of file accesses
` [PATCH v7 09/14] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v7 10/14] securityfs: Extend securityfs with namespacing support
  ` [RFC PATCH] securityfs: securityfs_dir_inode_operations can be static
` [PATCH v7 11/14] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v7 12/14] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v7 13/14] ima: Move dentry into ima_namespace and others onto stack
` [PATCH v7 14/14] ima: Setup securityfs for IMA namespace

[PATCH ima-evm-utils] ci: Replace groovy -> impish
 2021-12-31 22:29 UTC 

[PATCH v2] tpm: fix potential NULL pointer access in tpm_del_char_device
 2021-12-29  1:51 UTC  (8+ messages)

[PATCH 1/2] tpm: Fix error handling in async work
 2021-12-29  1:42 UTC  (5+ messages)
` [PATCH 2/2] selftests: tpm: add async space test with noneexisting handle

[PATCH] tpm: fix NPE on probe for missing device
 2021-12-29  1:38 UTC  (2+ messages)

[PATCH v6 0/3] integrity: support including firmware ".platform" keys at build time
 2021-12-29  1:33 UTC  (6+ messages)
` [PATCH v6 1/3] certs: export load_certificate_list() to be used outside certs/
` [PATCH v6 2/3] integrity: make integrity_keyring_from_id() non-static
` [PATCH v6 3/3] integrity: support including firmware ".platform" keys at build time

[PATCH v3] Instantiate key with user-provided decrypted data
 2021-12-29  0:18 UTC  (2+ messages)

[PATCH] tpm: Fix kexec crash due to access to ops NULL pointer (powerpc)
 2021-12-29  0:10 UTC  (12+ messages)

[PATCH] security:trusted_tpm2: Fix memory leak in tpm2_key_encode()
 2021-12-29  0:08 UTC  (2+ messages)

[RFC 05/32] char: impi, tpm: depend on HAS_IOPORT
 2021-12-28 12:13 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2021-12-28  8:45 UTC 

[PATCH v3] ima: silence measurement list hexdump during kexec
 2021-12-27 15:54 UTC  (2+ messages)

[PATCH v2] ima: silence measurement list hexdump during kexec
 2021-12-24 13:57 UTC  (3+ messages)

[PATCH] ima: silence measurement list hexdump during kexec
 2021-12-24 13:14 UTC  (3+ messages)

[PATCH v4 0/2] selftests: tpm2: Determine available PCR bank
 2021-12-24  1:12 UTC  (4+ messages)
` [PATCH v4 1/2] "

[PATCH v1 0/2] selftest/kexec: minor update to the existing test
 2021-12-23  8:41 UTC  (5+ messages)
` [PATCH v1 1/2] selftest/kexec: fix "ignored null byte in input" warning
` [PATCH v1 2/2] selftests/kexec: update searching for the Kconfig

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[PATCH v4 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-23  7:28 UTC 

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-23  7:25 UTC  (5+ messages)
` [PATCH v4 2/5] KEYS: trusted: allow users to use kernel RNG for key material
  ` [EXT] "
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator
  ` [EXT] "

[PATCH v3] tpm: fix potential NULL pointer access in tpm_del_char_device
 2021-12-23  4:02 UTC 

[PATCH] ima: Fix undefined arch_ima_get_secureboot() and co
 2021-12-22 19:15 UTC  (10+ messages)

[PATCH v2] Instantiate key with user-provided decrypted data
 2021-12-22 17:42 UTC  (7+ messages)

[PATCH v2] syscalls/keyctl09: test encrypted keys
 2021-12-22 15:33 UTC  (8+ messages)

[zohar-integrity:next-integrity-testing 1/1] security/integrity/platform_certs/load_uefi.c:181:14: error: implicit declaration of function 'arch_ima_get_secureboot'
 2021-12-22 12:39 UTC 

Fw: TCTI poll with kernel 5.10
 2021-12-21 14:27 UTC 

[PATCH v7] tpm: Add Upgrade/Reduced mode support for TPM2 modules
 2021-12-21  8:35 UTC  (3+ messages)
` [PATCH v8] "

[PATCH] security:trusted_tpm2: Fix memory leak in tpm2_key_encode()
 2021-12-21  8:33 UTC  (2+ messages)

Large 3 bedroom Apartment for sale 650,000 Euros
 2021-12-19 18:47 UTC 

[PATCH] syscalls/keyctl09: test encrypted keys
 2021-12-17 13:56 UTC  (2+ messages)

[PATCH v6 00/17] ima: Namespace IMA with audit support in IMA-ns
 2021-12-16  4:00 UTC  (10+ messages)
` [PATCH v6 02/17] ima: Define ns_status for storing namespaced iint data
` [PATCH v6 03/17] ima: Namespace audit status flags


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