Function "ima_file_check" is written as "ima_path_check" in
the comment. Fix this error to prevent misunderstanding.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/ima/ima_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hi Jiele,
On Tue, 2021-03-23 at 09:19 +0000, Jiele Zhao wrote:
Function "ima_file_check" is written as "ima_path_check" in
the comment. Fix this error to prevent misunderstanding.
Signed-off-by: Jiele Zhao <redacted>
The original function name was ima_path_check(). The policy parsing
still supports PATH_CHECK. Commit 9bbb6cad0173 ("ima: rename
ima_path_check to ima_file_check") renamed the function to
ima_file_check(), but missed modifying the function name in the
comment.
Please update this patch description accordingly and add the "Fixes"
tag.
thanks,
Mimi
Function "ima_file_check" is written as "ima_path_check" in
the comment. Fix this error to prevent misunderstanding.
Signed-off-by: Jiele Zhao <redacted>
---
security/integrity/ima/ima_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)