diff options
-rw-r--r-- | kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c index 441ed3fc9c89..2461370813b3 100644 --- a/kernel/module.c +++ b/kernel/module.c | |||
@@ -3265,7 +3265,7 @@ static int load_module(struct load_info *info, const char __user *uargs, | |||
3265 | mod->sig_ok = info->sig_ok; | 3265 | mod->sig_ok = info->sig_ok; |
3266 | if (!mod->sig_ok) { | 3266 | if (!mod->sig_ok) { |
3267 | pr_notice_once("%s: module verification failed: signature " | 3267 | pr_notice_once("%s: module verification failed: signature " |
3268 | "and/or required key missing - tainting " | 3268 | "and/or required key missing - tainting " |
3269 | "kernel\n", mod->name); | 3269 | "kernel\n", mod->name); |
3270 | add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); | 3270 | add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); |
3271 | } | 3271 | } |