Message ID | 20200618185038.21837-2-pvorel@suse.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | None | expand |
diff --git a/src/libimaevm.c b/src/libimaevm.c index 683cfb8..4bcce13 100644 --- a/src/libimaevm.c +++ b/src/libimaevm.c @@ -82,7 +82,7 @@ static const char *const pkey_hash_algo_kern[PKEY_HASH__LAST] = { }; struct libimaevm_params imaevm_params = { - .verbose = LOG_INFO - 1, + .verbose = LOG_INFO, .x509 = 1, .hash_algo = "sha1", };
as some errors are using it, e.g. in previous fix just errno would be printed: ./src/evmctl ima_boot_aggregate Failed to read any TPM PCRs errno: No such file or directory (2) Signed-off-by: Petr Vorel <pvorel@suse.cz> --- Hi Mimi, Just attempt to do quick fix. I guess reconsidering levels as code has changed would be better, but require more work. Kind regards, Petr src/libimaevm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)