]> git.baikalelectronics.ru Git - kernel.git/commit
ima: Fix function name error in comment.
authorJiele Zhao <unclexiaole@gmail.com>
Tue, 6 Apr 2021 02:12:10 +0000 (02:12 +0000)
committerMimi Zohar <zohar@linux.ibm.com>
Fri, 9 Apr 2021 16:17:30 +0000 (12:17 -0400)
commitf29e5e26cfaa08e21fafa341da8f5b35760d128e
treefa4a5d3de1e61ff6b0719445c99fb550a6bdf239
parent5d73d2f76b2a599dd2135b5d1957b01e079198c8
ima: Fix function name error in comment.

The original function name was ima_path_check().  The policy parsing
still supports PATH_CHECK.   Commit 32d898c3fb72 ("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.

Fixes: 32d898c3fb72 ("ima: rename ima_path_check to ima_file_check").
Signed-off-by: Jiele Zhao <unclexiaole@gmail.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
security/integrity/ima/ima_main.c