Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c554b898 authored by Jia Zhang's avatar Jia Zhang Committed by Jessica Yu
Browse files

module: Allow to always show the status of modsign



The sig_enforce parameter could be always shown to reflect the current
status of signature enforcement. For the case of
CONFIG_MODULE_SIG_FORCE=y, this modification doesn't do anything, since
sig_enforce can only be enabled, and not disabled, even via the kernel
cmdline.

Signed-off-by: default avatarJia Zhang <zhang.jia@linux.alibaba.com>
[jeyu: reworded commit message to provide clarification]
Signed-off-by: default avatarJessica Yu <jeyu@kernel.org>
parent 2c8fd268
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -274,9 +274,7 @@ static void module_assert_mutex_or_preempt(void)
}

static bool sig_enforce = IS_ENABLED(CONFIG_MODULE_SIG_FORCE);
#ifndef CONFIG_MODULE_SIG_FORCE
module_param(sig_enforce, bool_enable_only, 0644);
#endif /* !CONFIG_MODULE_SIG_FORCE */

/*
 * Export sig_enforce kernel cmdline parameter to allow other subsystems rely