mirror of
				https://git.code.sf.net/p/linux-ima/ima-evm-utils
				synced 2025-10-31 05:00:41 +01:00 
			
		
		
		
	ima-evm-utils: logging: Print also LOG_INFO messages
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> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
		| @@ -82,7 +82,7 @@ static const char *const pkey_hash_algo_kern[PKEY_HASH__LAST] = { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| struct libimaevm_params imaevm_params = { | struct libimaevm_params imaevm_params = { | ||||||
| 	.verbose = LOG_INFO - 1, | 	.verbose = LOG_INFO, | ||||||
| 	.x509 = 1, | 	.x509 = 1, | ||||||
| 	.hash_algo = "sha1", | 	.hash_algo = "sha1", | ||||||
| }; | }; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Petr Vorel
					Petr Vorel