linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-30 05:56:35 to 2021-12-07 15:48:26 UTC [more...]

[PATCH v3 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-07 15:48 UTC  (24+ messages)
` [PATCH v3 01/16] ima: Add IMA namespace support
` [PATCH v3 02/16] ima: Define ns_status for storing namespaced iint data
` [PATCH v3 03/16] ima: Namespace audit status flags
` [PATCH v3 04/16] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v3 05/16] ima: Move IMA's keys queue related "
` [PATCH v3 06/16] ima: Move policy "
` [PATCH v3 07/16] ima: Move ima_htable "
` [PATCH v3 08/16] ima: Move measurement list related variables "
` [PATCH v3 09/16] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v3 10/16] ima: Implement hierarchical processing of file accesses
` [PATCH v3 11/16] securityfs: Move vfsmount into user_namespace
` [PATCH v3 12/16] securityfs: Extend securityfs with namespacing support
` [PATCH v3 13/16] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v3 14/16] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v3 15/16] ima: Move dentries into ima_namespace
` [PATCH v3 16/16] ima: Setup securityfs for IMA namespace

[PATCH] char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device property
 2021-12-06 23:52 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v4 00/14] x86: Trenchboot secure dynamic launch Linux kernel support
 2021-12-06 20:56 UTC  (9+ messages)
` [PATCH v4 04/14] Documentation/x86: Secure Launch kernel documentation

[RFC v2 00/19] ima: Namespace IMA with audit support in IMA-ns
 2021-12-06 17:22 UTC  (43+ messages)
` [RFC v2 01/19] ima: Add IMA namespace support
` [RFC v2 02/19] ima: Define ns_status for storing namespaced iint data
` [RFC v2 03/19] ima: Namespace audit status flags
` [RFC v2 04/19] ima: Move delayed work queue and variables into ima_namespace
` [RFC v2 05/19] ima: Move IMA's keys queue related "
` [RFC v2 06/19] ima: Move policy "
` [RFC v2 07/19] ima: Move ima_htable "
` [RFC v2 08/19] ima: Move measurement list related variables "
` [RFC v2 09/19] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [RFC v2 10/19] ima: Implement hierarchical processing of file accesses
` [RFC v2 11/19] securityfs: Prefix global variables with securityfs_
` [RFC v2 12/19] securityfs: Pass static variables as parameters from top level functions
` [RFC v2 13/19] securityfs: Extend securityfs with namespacing support
` [RFC v2 14/19] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [RFC v2 15/19] capabilities: Introduce CAP_INTEGRITY_ADMIN
` [RFC v2 16/19] ima: Use integrity_admin_ns_capable() to check corresponding capability
` [RFC v2 17/19] userns: Introduce a refcount variable for calling early teardown function
` [RFC v2 18/19] ima/userns: Define early teardown function for IMA namespace
` [RFC v2 19/19] ima: Setup securityfs "

[RFC PATCH v7 11/16] ipe: add support for dm-verity as a trust provider
 2021-12-06 10:57 UTC  (11+ messages)
      ` [RFC][PATCH] device mapper: Add builtin function dm_get_status()

[PATCH v5 0/2] integrity: support including firmware ".platform" keys at build time
 2021-12-05 13:45 UTC  (5+ messages)
` [PATCH v5 1/2] certs: export load_certificate_list() to be used outside certs/
` [PATCH v5 2/2] integrity: support including firmware ".platform" keys at build time

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-05  0:18 UTC  (7+ messages)
` [PATCH v4 1/5] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v4 2/5] KEYS: trusted: allow users to use kernel RNG for key material
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2021-12-04 17:39 UTC  (7+ messages)
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction

[PATCH v1 0/5] ima: support fs-verity signatures stored as
 2021-12-02 22:55 UTC  (13+ messages)
` [PATCH v1 1/5] fs-verity: define a function to return the integrity protected file digest
` [PATCH v1 2/5] ima: define a new signature type named IMA_VERITY_DIGSIG
` [PATCH v1 3/5] ima: limit including fs-verity's file digest in measurement list
` [PATCH v1 4/5] ima: support fs-verity file digest based signatures
` [PATCH v1 5/5] fsverity: update the documentation

[PATCH 0/4] ima: support fs-verity signatures stored as
 2021-12-02 21:56 UTC  (20+ messages)
` [PATCH 1/4] fs-verity: define a function to return the integrity protected file digest
` [PATCH 2/4] ima: define a new signature type named IMA_VERITY_DIGSIG
` [PATCH 3/4] ima: limit including fs-verity's file digest in measurement list
` [PATCH 4/4] ima: support fs-verity file digest based signatures

[RFC 00/20] ima: Namespace IMA with audit support in IMA-ns
 2021-12-02 20:03 UTC  (54+ messages)
` [RFC 01/20] ima: Add IMA namespace support
` [RFC 02/20] ima: Define ns_status for storing namespaced iint data
` [RFC 03/20] ima: Namespace audit status flags
` [RFC 04/20] ima: Move delayed work queue and variables into ima_namespace
` [RFC 05/20] ima: Move IMA's keys queue related "
` [RFC 06/20] ima: Move policy "
` [RFC 07/20] ima: Move ima_htable "
` [RFC 08/20] ima: Move measurement list related variables "
` [RFC 09/20] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [RFC 10/20] ima: Implement hierarchical processing of file accesses
` [RFC 11/20] securityfs: Prefix global variables with securityfs_
` [RFC 12/20] securityfs: Pass static variables as parameters from top level functions
` [RFC 13/20] securityfs: Build securityfs_ns for namespacing support
` [RFC 14/20] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [RFC 15/20] capabilities: Introduce CAP_INTEGRITY_ADMIN
` [RFC 16/20] ima: Use ns_capable() for namespace policy access
` [RFC 17/20] ima: Use integrity_admin_ns_capable() to check corresponding capability
` [RFC 18/20] userns: Introduce a refcount variable for calling early teardown function
` [RFC 19/20] ima/userns: Define early teardown function for IMA namespace
` [RFC 20/20] ima: Setup securityfs_ns "

[PATCH v17 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2021-12-01 16:40 UTC  (6+ messages)

[PATCH v4 0/2] selftests: tpm2: Determine available PCR bank
 2021-12-01 14:52 UTC  (7+ messages)
` [PATCH v4 2/2] selftests: tpm2: Reset the dictionary attack lock

[RFC v2 0/3] Namespace IMA log entries
 2021-12-01 13:20 UTC  (4+ messages)
` [RFC v2 1/3] userns: add ima_ns_info field containing a settable namespace label
` [RFC v2 2/3] ima: show the namespace label in the ima-ns template
` [RFC v2 3/3] ima: make the integrity inode cache per namespace

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-01 11:48 UTC  (4+ messages)

[PATCH v4] KEYS: trusted: Fix trusted key backends when building as module
 2021-12-01 10:47 UTC  (3+ messages)

[RFC 0/3] Namespace IMA
 2021-11-30 13:44 UTC  (19+ messages)
` [RFC 3/3] ima: make the integrity inode cache per namespace

[RFC 1/3] userns: add uuid field
 2021-11-30 13:09 UTC  (12+ 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).