Re: [PATCH 09/12] ima: Use correct type for the args_p member of ima_rule_entry.lsm elements

From: Mimi Zohar
Date: Thu Jun 25 2020 - 17:20:41 EST


On Mon, 2020-06-22 at 19:32 -0500, Tyler Hicks wrote:
> Make args_p be of the char pointer type rather than have it be a void
> pointer that gets casted to char pointer when it is used. It is a simple
> NUL-terminated string as returned by match_strdup().
>
> Signed-off-by: Tyler Hicks <tyhicks@xxxxxxxxxxxxxxxxxxx>

Thanks!

Mimi