diff options
Diffstat (limited to 'kernel/kmod.c')
-rw-r--r-- | kernel/kmod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/kmod.c b/kernel/kmod.c index 5a7ae57f983f..4e8cae2e9148 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c | |||
@@ -466,6 +466,7 @@ int call_usermodehelper_exec(struct subprocess_info *sub_info, | |||
466 | int retval = 0; | 466 | int retval = 0; |
467 | 467 | ||
468 | BUG_ON(atomic_read(&sub_info->cred->usage) != 1); | 468 | BUG_ON(atomic_read(&sub_info->cred->usage) != 1); |
469 | validate_creds(sub_info->cred); | ||
469 | 470 | ||
470 | helper_lock(); | 471 | helper_lock(); |
471 | if (sub_info->path[0] == '\0') | 472 | if (sub_info->path[0] == '\0') |