|
@@ -274,9 +274,7 @@ static void module_assert_mutex_or_preempt(void)
|
|
}
|
|
}
|
|
|
|
|
|
static bool sig_enforce = IS_ENABLED(CONFIG_MODULE_SIG_FORCE);
|
|
static bool sig_enforce = IS_ENABLED(CONFIG_MODULE_SIG_FORCE);
|
|
-#ifndef CONFIG_MODULE_SIG_FORCE
|
|
|
|
module_param(sig_enforce, bool_enable_only, 0644);
|
|
module_param(sig_enforce, bool_enable_only, 0644);
|
|
-#endif /* !CONFIG_MODULE_SIG_FORCE */
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* Export sig_enforce kernel cmdline parameter to allow other subsystems rely
|
|
* Export sig_enforce kernel cmdline parameter to allow other subsystems rely
|