commit | aa0c0227d331719052cf14a3c10e99a12818d81b | [log] [tgz] |
---|---|---|
author | Tyler Hicks <tyhicks@linux.microsoft.com> | Thu Jul 09 01:19:08 2020 -0500 |
committer | Mimi Zohar <zohar@linux.ibm.com> | Mon Jul 20 13:28:14 2020 -0400 |
tree | fd6173ba76513ffbad80e4a24b2933d9122a2666 | |
parent | 39e5993d0d452b9ef612f2fcf7ca77ff319438f4 [diff] |
ima: Use correct type for the args_p member of ima_rule_entry.lsm elements 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@linux.microsoft.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>