linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-10 14:09:49 to 2018-05-23 00:26:42 UTC [more...]

[PATCH v7 00/14] Appended signatures support for IMA appraisal
 2018-05-23  0:12 UTC  (11+ messages)
` [PATCH v7 01/14] MODSIGN: Export module signature definitions
` [PATCH v7 02/14] PKCS#7: Refactor verify_pkcs7_signature() and add pkcs7_get_message_sig()
` [PATCH v7 03/14] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v7 04/14] integrity: Introduce struct evm_xattr
` [PATCH v7 05/14] integrity: Introduce integrity_keyring_from_id()
` [PATCH v7 06/14] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v7 07/14] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v7 08/14] ima: Introduce is_signed()
` [PATCH v7 09/14] ima: Export func_tokens
` [PATCH v7 10/14] ima: Add modsig appraise_type option for module-style appended signatures

[PATCH v2] tpm: fix race condition in tpm_common_write()
 2018-05-22 21:37 UTC 

[GIT PULL] linux-integrity for Linux 4.18
 2018-05-22 20:50 UTC 

[PATCH] tpm: fix race condition in tpm_common_write()
 2018-05-22 20:26 UTC  (3+ messages)

[PATCH] audit: add containerid support for IMA-audit
 2018-05-22 14:12 UTC  (29+ messages)

[PATCH] IMA: use list_splice_tail_init_rcu() instead of its open coded variant
 2018-05-22 14:06 UTC 

[PATCH] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-05-22  9:27 UTC  (3+ messages)

Enabling EVM on NFS mounts
 2018-05-21 22:28 UTC 

[PATCH 25/33] ima: use match_string() helper
 2018-05-21 11:58 UTC 

[PATCH v4 0/4] Migrate all TPM 2.0 commands to use struct tpm_buf
 2018-05-18 22:39 UTC  (14+ messages)
` [PATCH v4 1/4] tpm: migrate tpm2_shutdown() "
` [PATCH v4 2/4] tpm: migrate tpm2_probe() "
` [PATCH v4 3/4] tpm: migrate tpm2_get_tpm_pt() "
` [PATCH v4 4/4] tpm: migrate tpm2_get_random() "

[PATCH v2 0/9] kexec/firmware: support system wide policy requiring signatures
 2018-05-18 17:55 UTC  (17+ messages)
` [PATCH v2 1/9] ima: based on policy verify firmware signatures (pre-allocated buffer)
` [PATCH v2 2/9] ima: fix updating the ima_appraise flag
` [PATCH v2 3/9] security: define security_kernel_read_blob() wrapper
` [PATCH v2 4/9] kexec: add call to LSM hook in original kexec_load syscall
` [PATCH v2 5/9] ima: based on policy require signed kexec kernel images
` [PATCH v2 6/9] firmware: add call to LSM hook before firmware sysfs fallback
` [PATCH v2 7/9] ima: based on policy require signed firmware (sysfs fallback)
` [PATCH v2 8/9] ima: add build time policy
` [PATCH v2 9/9] ima: based on policy prevent loading firmware (pre-allocated buffer)

[GIT PULL] tpmdd updates for v4.18
 2018-05-18 17:42 UTC  (3+ messages)

Cleaning up IMA
 2018-05-18 16:08 UTC  (2+ messages)

[PATCH V4] evm: Allow non-SHA1 digital signatures
 2018-05-18 16:03 UTC  (4+ messages)

[PATCH] ima: Reflect correct permissions for policy
 2018-05-18 14:45 UTC  (3+ messages)

[PATCH v3] tpm: check selftest status before retrying full selftest
 2018-05-18  7:04 UTC  (2+ messages)

[PATCH ghak81 V3 0/3] audit: group task params
 2018-05-17 23:04 UTC  (8+ messages)
` [PATCH ghak81 V3 1/3] audit: use new audit_context access funciton for seccomp_actions_logged
` [PATCH ghak81 V3 2/3] audit: normalize loginuid read access
` [PATCH ghak81 V3 3/3] audit: collect audit task parameters

[PATCH] ima: Fix pr_fmt() redefinition
 2018-05-17 12:17 UTC  (3+ messages)

[RFC PATCH v4 0/5] ima: Namespacing IMA
 2018-05-16 21:40 UTC  (9+ messages)
` [RFC PATCH v4 1/5] ima: Add IMA namespace support
` [RFC PATCH v4 2/5] ima: Add ns_status for storing namespaced iint data
` [RFC PATCH v4 3/5] ima: differentiate auditing policy rules from "audit" actions
` [RFC PATCH v4 4/5] ima: extend IMA audit policy rules with attribute to audit namespaces
` [RFC PATCH v4 5/5] ima: namespace audit status flags

[PATCH V6] EVM: Allow runtime modification of the set of verified xattrs
 2018-05-16 21:23 UTC  (2+ messages)

[PATCH v4 0/2] tpm: improving granularity in poll sleep times
 2018-05-16 14:10 UTC  (4+ messages)
` [PATCH v4 1/2] tpm: reduce poll sleep time in tpm_transmit()
` [PATCH v4 2/2] tpm: reduce polling time to usecs for even finer granularity

[PATCH V3] evm: Allow non-SHA1 digital signatures
 2018-05-15 15:58 UTC  (2+ messages)

[PATCH 3/6] firmware: differentiate between signed regulatory.db and other firmware
 2018-05-15 12:43 UTC  (19+ messages)

[PATCH ghak81 RFC V2 0/5] audit: group task params
 2018-05-15  3:28 UTC  (13+ messages)
` [PATCH ghak81 RFC V2 1/5] audit: normalize loginuid read access
` [PATCH ghak81 RFC V2 2/5] audit: convert sessionid unset to a macro
` [PATCH ghak81 RFC V2 3/5] audit: use inline function to get audit context
` [PATCH ghak81 RFC V2 4/5] audit: use inline function to set "
` [PATCH ghak81 RFC V2 5/5] audit: collect audit task parameters

[PATCH V5 1/3] integrity: Add an integrity directory in securityfs
 2018-05-14 23:12 UTC  (11+ messages)
` [PATCH V5 2/3] EVM: turn evm_config_xattrnames into a list
` [PATCH V5 3/3] EVM: Allow runtime modification of the set of verified xattrs

[PATCH v3 2/2] usb: misc: xapea00x: perform platform initialization of TPM
 2018-05-14 20:12 UTC  (23+ messages)

[PATCH V2] evm: Allow non-SHA1 digital signatures
 2018-05-14 11:07 UTC  (2+ messages)

[PATCH 1/2] tpm: replace kmalloc() + memcpy() with kmemdup()
 2018-05-14 10:58 UTC  (4+ messages)
    ` [PATCH 2/2] "

[PATCH] tpm: fix use after free in tpm2_load_context
 2018-05-14 10:54 UTC  (2+ messages)

[PATCH v3 0/2] tpm: improving granularity in poll sleep times
 2018-05-14 10:52 UTC  (9+ messages)
` [PATCH v3 1/2] tpm: reduce poll sleep time in tpm_transmit()
` [PATCH v3 2/2] tpm: reduce polling time to usecs for even finer granularity

[PATCH v2] tpm: check selftest status before retrying full selftest
 2018-05-14 10:41 UTC  (2+ messages)

[PATCH] tpm_tis: verify locality released before returning from release_locality
 2018-05-14 10:27 UTC  (6+ messages)

[PATCH ghak81 RFC V1 0/5] audit: group task params
 2018-05-11 22:17 UTC  (11+ messages)
` [PATCH ghak81 RFC V1 1/5] audit: normalize loginuid read access
` [PATCH ghak81 RFC V1 3/5] audit: use inline function to get audit context
` [PATCH ghak81 RFC V1 5/5] audit: collect audit task parameters

[PATCH V4 1/2] EVM: turn evm_config_xattrnames into a list
 2018-05-11 20:05 UTC  (9+ messages)
` [PATCH V4 2/2] EVM: Allow runtime modification of the set of verified xattrs

[PATCH] tpm: tpm_crb: relinquish locality on error path
 2018-05-11 10:18 UTC  (11+ messages)

[PATCH] ima: Remove unused variable ima_initialized
 2018-05-11  2:24 UTC  (3+ messages)

[PATCH v2 0/4] Refactor TPM event log code
 2018-05-11  1:51 UTC  (6+ messages)
` [PATCH v2 2/4] tpm: Move eventlog files to a subdirectory

[PATCH 0/3] kexec: limit kexec_load syscall
 2018-05-11  1:36 UTC  (4+ messages)
` [PATCH 1/3] ima: based on the "secure_boot" policy limit syscalls
` [PATCH 2/3] kexec: call LSM hook for kexec_load syscall
` [PATCH 3/3] ima: based on policy require signed kexec kernel images

[PATCH v2 net-next 1/4] umh: introduce fork_usermode_blob() helper
 2018-05-10 23:16 UTC  (3+ messages)

[PATCH 00/18] Convert default pr_fmt from empty to KBUILD_MODNAME
 2018-05-10 18:09 UTC  (3+ messages)
` [PATCH 17/18] security: encrypted-keys: Remove pr_fmt duplicate logging prefixes

[PATCH] evm: Allow non-SHA1 digital signatures
 2018-05-10 16:28 UTC  (4+ 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).