Searched refs:sig_enforce (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/module/
H A Dsigning.c22 static bool sig_enforce = IS_ENABLED(CONFIG_MODULE_SIG_FORCE); variable
23 module_param(sig_enforce, bool_enable_only, 0644);
26 * Export sig_enforce kernel cmdline parameter to allow other subsystems rely
31 return sig_enforce;
37 sig_enforce = true;
/linux-master/security/integrity/ima/
H A Dima_main.c840 bool ima_enforce, sig_enforce; local
865 sig_enforce = is_module_sig_enforced();
867 if (ima_enforce && (!sig_enforce
869 pr_err("impossible to appraise a module without a file descriptor. sig_enforce kernel parameter might help\n");
/linux-master/kernel/
H A Dkexec_file.c33 static bool sig_enforce = IS_ENABLED(CONFIG_KEXEC_SIG_FORCE); variable
37 sig_enforce = true;
168 if (sig_enforce) {

Completed in 103 milliseconds