diff options
author | Tyler Hicks <tyhicks@linux.microsoft.com> | 2020-07-09 08:19:08 +0200 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2020-07-20 19:28:14 +0200 |
commit | aa0c0227d331719052cf14a3c10e99a12818d81b (patch) | |
tree | fd6173ba76513ffbad80e4a24b2933d9122a2666 /init | |
parent | ima: Shallow copy the args_p member of ima_rule_entry.lsm elements (diff) | |
download | linux-aa0c0227d331719052cf14a3c10e99a12818d81b.tar.xz linux-aa0c0227d331719052cf14a3c10e99a12818d81b.zip |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions