Re: [PATCH 4 of 4] ima: module measure extension

From: Greg KH (greg@private)
Date: Fri May 20 2005 - 23:31:51 PDT


On Fri, May 20, 2005 at 10:01:18AM -0400, Reiner Sailer wrote:
> @@ -1441,6 +1442,8 @@ static struct module *load_module(void _
>  	if (len < hdr->e_shoff + hdr->e_shnum * sizeof(Elf_Shdr))
>  		goto truncated;
>  
> +	ima_measure_module((void *)hdr, len, (void *)uargs);
> +

I see you did not run this code through sparse...

Gotta love security code that makes the overall system less secure...

greg k-h



This archive was generated by hypermail 2.1.3 : Fri May 20 2005 - 23:25:11 PDT