linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-03 20:42:44 to 2019-04-25 18:18:04 UTC [more...]

[PATCH v4 00/23] Merge text_poke fixes and executable lockdowns
 2019-04-25 18:17 UTC  (29+ messages)
` [PATCH v4 01/23] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v4 02/23] x86/jump_label: Use text_poke_early() during early init
` [PATCH v4 03/23] x86/mm: Introduce temporary mm structs
` [PATCH v4 04/23] x86/mm: Save DRs when loading a temporary mm
` [PATCH v4 05/23] fork: Provide a function for copying init_mm
` [PATCH v4 06/23] x86/alternative: Initialize temporary mm for patching
` [PATCH v4 07/23] x86/alternative: Use temporary mm for text poking
` [PATCH v4 08/23] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v4 09/23] x86/ftrace: Set trampoline pages as executable
` [PATCH v4 10/23] x86/kprobes: Set instruction page "
` [PATCH v4 11/23] x86/module: Avoid breaking W^X while loading modules
` [PATCH v4 12/23] x86/jump-label: Remove support for custom poker
` [PATCH v4 13/23] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v4 14/23] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v4 15/23] mm: Make hibernate handle unmapped pages
` [PATCH v4 16/23] vmalloc: Add flag for free of special permsissions
` [PATCH v4 17/23] modules: Use vmalloc special flag
` [PATCH v4 18/23] bpf: "
` [PATCH v4 19/23] x86/ftrace: "
` [PATCH v4 20/23] x86/kprobes: "
` [PATCH v4 21/23] x86/alternative: Comment about module removal races
` [PATCH v4 22/23] tlb: provide default nmi_uaccess_okay()
` [PATCH v4 23/23] bpf: Fail bpf_probe_write_user() while mm is switched

[PATCH v2 1/5 RFC] added ima hook for buffer, being enabled as a policy
 2019-04-25 17:19 UTC  (7+ messages)
` [PATCH v2 2/5 RFC] use event name instead of enum to make the call generic
` [PATCH v2 3/5 RFC] since cmdline args can be same for multiple kexec, log entry hash will collide. Prepend the kernel file name to the cmdline args to distinguish between cmdline args passed to subsequent kexec calls
` [PATCH v2 4/5 RFC] added a buffer_check LSM hook
` [PATCH v2 5/5 RFC] add the buffer to the event data in ima free entry data if store_template failed added check in templates for buffer

Can we enforce "IMA Policy" based on file type
 2019-04-25 17:07 UTC  (5+ messages)

[PATCH] integrity: make 'sync' update the inode integrity state
 2019-04-25 12:46 UTC  (7+ messages)

[PATCH] x86/ima: Check EFI_RUNTIME_SERVICES before using
 2019-04-25 12:17 UTC  (2+ messages)

[PATCH v2] KEYS: Make use of platform keyring for module signature verify
 2019-04-25 11:55 UTC  (3+ messages)

linux-tpmdd self signed kernel failing to boot with secreboot on
 2019-04-24 18:30 UTC 

[PATCH v4] tpm: fix an invalid condition in tpm_common_poll
 2019-04-24  7:06 UTC  (8+ messages)

[PATCH v1 1/1] Return the verified kernel image signature in kexec_file_load
 2019-04-24  2:06 UTC 

[PATCH] kexec_buffer measure
 2019-04-23  0:18 UTC  (2+ messages)

[PATCH v2 1/3 RFC] added ima hook for buffer, being enabled as a policy
 2019-04-20  0:15 UTC  (3+ messages)
` [PATCH v2 2/3 RFC] use event name instead of enum to make the call generic
` [PATCH v2 3/3 RFC] since cmdline args can be same for multiple kexec, log entry hash will collide. Prepend the kernel file name to the cmdline args to distinguish between cmdline args passed to subsequent kexec calls

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-19 23:16 UTC  (6+ messages)
` [PATCH v3 09/26] compat_ioctl: move drivers to compat_ptr_ioctl

[PATCH v9 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm
 2019-04-18 14:25 UTC  (13+ messages)
` [PATCH v9 01/10] crypto: akcipher - default implementations for request callbacks
` [PATCH v9 02/10] crypto: rsa - unimplement sign/verify for raw RSA backends
` [PATCH v9 03/10] crypto: akcipher - new verify API for public key algorithms
` [PATCH v9 04/10] KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
` [PATCH v9 05/10] X.509: parse public key parameters from x509 for akcipher
` [PATCH v9 06/10] crypto: Kconfig - create Public-key cryptography section
` [PATCH v9 07/10] crypto: ecc - make ecc into separate module
` [PATCH v9 08/10] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
` [PATCH v9 09/10] crypto: ecrdsa - add EC-RDSA test vectors to testmgr
` [PATCH v9 10/10] integrity: support EC-RDSA signatures for asymmetric_verify

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-04-18  3:51 UTC  (13+ messages)
` [PATCH v10 01/12] MODSIGN: Export module signature definitions
` [PATCH v10 02/12] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v10 03/12] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v10 04/12] integrity: Introduce struct evm_xattr
` [PATCH v10 05/12] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v10 06/12] ima: Use designated initializers for struct ima_event_data
` [PATCH v10 07/12] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v10 08/12] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures
` [PATCH v10 10/12] ima: Collect modsig
` [PATCH v10 11/12] ima: Define ima-modsig template
` [PATCH v10 12/12] ima: Store the measurement again when appraising a modsig

[PATCH v3 0/2] ftpm: a firmware based TPM driver
 2019-04-17 17:26 UTC  (5+ messages)
` [PATCH v3 1/2] ftpm: firmware TPM running in TEE
` [PATCH v3 2/2] ftpm: add documentation for ftpm driver

on leave next week
 2019-04-17 13:55 UTC  (3+ messages)

[PATCH] kexec_buffer measure
 2019-04-15 21:38 UTC  (2+ messages)

[PATCH] efi: Include tpm_eventlog.h after asm/efi.h to avoid memcpy breakage
 2019-04-15  8:53 UTC  (4+ messages)

[PATCH] TCG2 log support build fixes for non-x86_64
 2019-04-15  8:47 UTC  (10+ messages)
` [PATCH 1/2] efi: Fix cast to pointer from integer of different size in TPM log code
` [PATCH 2/2] tpm: Fix builds on platforms that lack early_memremap()

[PATCH v2] MAINTAINERS: fix style in KEYS-TRUSTED entry
 2019-04-15  7:46 UTC  (2+ messages)

[GIT PULL] linux-integrity patches for Linux 5.2
 2019-04-12 22:22 UTC  (2+ messages)

[PATCH v2 0/3] LTP reproducer on broken IMA on overlayfs
 2019-04-11 20:21 UTC  (8+ messages)
` [PATCH v2 1/3] ima: Call test's cleanup inside ima_setup.sh cleanup
` [PATCH v2 2/3] shell: Add $TST_DEVICE as default parameter to tst_umount
` [PATCH v2 3/3] ima: Add overlay test

appraisal reset safety
 2019-04-11  6:39 UTC  (11+ messages)

[PATCH v2 0/3] ftpm: a firmware based TPM driver
 2019-04-10 18:11 UTC  (12+ messages)
` [PATCH v2 1/3] ftpm: dt-binding: add dts documentation for fTPM driver
` [PATCH v2 2/3] ftpm: firmware TPM running in TEE
` [PATCH v2 3/3] ftpm: add documentation for ftpm driver

[PATCH 1/2] ftpm: dt-binding: add dts documentation for fTPM driver
 2019-04-10 17:38 UTC  (8+ messages)
` [PATCH 2/2] ftpm: firmware TPM running in TEE

[PATCH 0/4] Enabling secure boot on PowerNV systems
 2019-04-10 17:36 UTC  (12+ messages)

[ANNOUNCE][CFP] Linux Security Summit North America 2019
 2019-04-09 22:34 UTC 

Regression in suspend-to-ram (TPM related) with 5.1-rc1
 2019-04-09 13:42 UTC  (8+ messages)
  ` Regression in suspend-to-ram (TPM related) with 5.1-rc1 (BISECTED)

[PATCH v2 0/3] powerpc: Enabling secure boot on powernv systems - Part 1
 2019-04-08 22:52 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/powernv: Add support for OPAL_SECVAR_GET
` [PATCH v2 2/3] powerpc/powernv: detect the secure boot mode of the system
` [PATCH v2 3/3] powerpc: Add support to initialize ima policy rules

[GIT PULL] tpmdd fixes for Linux v5.1
 2019-04-08 22:13 UTC  (4+ messages)

[PATCH ghau85 v1] ima: add support for AUDIT_INTEGRITY_EVM_XATTR records
 2019-04-08 16:56 UTC 

Allow trusted filesystems to provide IMA hashes directly
 2019-04-05 20:55 UTC  (29+ messages)
` [PATCH V2 3/4] IMA: Optionally make use of filesystem-provided hashes

[PATCH v5 0/9] selftests/kexec: add kexec tests
 2019-04-05 18:35 UTC  (4+ messages)
` [PATCH] selftests/kexec: update get_secureboot_mode

[PATCH 0/3] LTP reproducer on broken IMA on overlayfs
 2019-04-04 22:37 UTC  (7+ messages)
` [PATCH 3/3] ima: Add overlay test

[PATCH] x86/ima: add missing include
 2019-04-04 19:36 UTC 

[PATCH] doc/kernel-parameters.txt: Deprecate ima_appraise_tcb
 2019-04-04 19:24 UTC  (2+ messages)

Unable to suspend lenovo t61
 2019-04-04 13:29 UTC 

Should mprotect(..., PROT_EXEC) be checked by IMA?
 2019-04-04 11:44 UTC  (18+ messages)

[PATCH V32 24/27] kexec: Allow kexec_file() with appropriate IMA policy when locked down
 2019-04-04  0:32 UTC 

[PATCH 0/2] ima-evm-utils: rebase of digest algo resolving
 2019-04-03 21:59 UTC  (9+ messages)
` [PATCH 2/2] ima-evm-utils: try to load digest by its alias

[PATCH v3] ima-evm-utils: Rework openssl init
 2019-04-03 20:42 UTC  (2+ 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).