Re: [PATCH 4/5] integrity: Linux Integrity Module(LIM)

From: Mimi Zohar
Date: Tue Jul 08 2008 - 08:04:23 EST



On Tue, 2008-07-08 at 11:31 +1000, James Morris wrote:
> On Mon, 7 Jul 2008, Mimi Zohar wrote:
>
> > (Details on the calls and their exact arguments are in linux/integrity.h,
> > included in the patch.)
> >
> > Signed-off-by: Mimi Zohar <zohar@xxxxxxxxxx>
>
> Please summarize what's changed in this patch since the last posting.
>
>
>
> - James

Based on your suggestions,
- LIST_HEAD is used to initialize integrity_templates.
- register_template simply rejects an attempt to register a new
template, instead of truncating the name, when the template_name is
too long.
- integrity_find_template() now returns 0 on success and -EINVAL,
instead of 1, on failure, simplifying the callers code.

Mimi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/