aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorJiele Zhao <unclexiaole@gmail.com>2021-04-06 02:12:10 +0000
committerMimi Zohar <zohar@linux.ibm.com>2021-04-09 12:17:30 -0400
commit41d75dd96205ef409f20556021f6e44860f2acce (patch)
treefa4a5d3de1e61ff6b0719445c99fb550a6bdf239 /security
parentMerge branch 'ima-module-signing-v4' into next-integrity (diff)
downloadlinux-dev-41d75dd96205ef409f20556021f6e44860f2acce.tar.xz
linux-dev-41d75dd96205ef409f20556021f6e44860f2acce.zip
ima: Fix function name error in comment.
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. Fixes: 9bbb6cad0173 ("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>
Diffstat (limited to 'security')
-rw-r--r--security/integrity/ima/ima_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/ima/ima_main.c b/security/integrity/ima/ima_main.c
index 9d1196f712e1..3944f422d559 100644
--- a/security/integrity/ima/ima_main.c
+++ b/security/integrity/ima/ima_main.c
@@ -482,7 +482,7 @@ int ima_bprm_check(struct linux_binprm *bprm)
}
/**
- * ima_path_check - based on policy, collect/store measurement.
+ * ima_file_check - based on policy, collect/store measurement.
* @file: pointer to the file to be measured
* @mask: contains MAY_READ, MAY_WRITE, MAY_EXEC or MAY_APPEND
*