Re: [PATCH 2/6] integrity: Linux Integrity Module(LIM)

From: Christoph Hellwig
Date: Wed Dec 03 2008 - 07:30:33 EST


On Tue, Dec 02, 2008 at 04:47:56PM -0500, Mimi Zohar wrote:
> +/*
> + * Integrity API calls:
> + *
> + * @collect_measurement:
> + * Collect template specific measurement data.
> + * @data contains template specific data used for collecting the
> + * measurement.
> + * Return 0 if operation was successful.
> + *
> + * @appraise_measurement:
> + * Appraise the integrity of the template specific measurement data.
> + * @data contains template specific data used for appraising the
> + * measurement.
> + * Return 0 if operation was successful.
> + *
> + * @store_measurement:
> + * Store the template specific data.
> + * @data contains template specific data used for storing the
> + * measurement.
> + *
> + * @store_template:
> + * Store the entry containing the template specific data.
> + * @data contains template name, data length, and data.
> + *
> + * @must_measure:
> + * Measurement decision based on an integrity policy.
> + * @data contains template specific data used for making policy
> + * decision.
> + * Return 0 if operation was successful.
> + *
> + * @display_template:
> + * Display template specific data.
> + *
> + */

Can you explain what all this template stuff is about? The only method
of these ever called is display_template, and that seems to be better
implented directly as a securityfs file, without the indirection.

--
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/