Loading kernel/module.c +1 −1 Original line number Diff line number Diff line Loading @@ -2785,7 +2785,7 @@ static int module_sig_check(struct load_info *info, int flags) } /* Not having a signature is only an error if we're strict. */ if (err == -ENOKEY && !sig_enforce) if (err == -ENOKEY && !is_module_sig_enforced()) err = 0; return err; Loading Loading
kernel/module.c +1 −1 Original line number Diff line number Diff line Loading @@ -2785,7 +2785,7 @@ static int module_sig_check(struct load_info *info, int flags) } /* Not having a signature is only an error if we're strict. */ if (err == -ENOKEY && !sig_enforce) if (err == -ENOKEY && !is_module_sig_enforced()) err = 0; return err; Loading