summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-02-18 13:46:33 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-03-03 08:16:19 +0900
commit6ce019f73d52513239314e75376a5ca622aa3632 (patch)
treed54854bb6f18328f11c897196cfec89e6c3762b6 /usr
parentd4c858643263cfde13f7d937eaff95c2ed87cdf1 (diff)
downloadlinux-stable-6ce019f73d52513239314e75376a5ca622aa3632.tar.gz
linux-stable-6ce019f73d52513239314e75376a5ca622aa3632.tar.bz2
linux-stable-6ce019f73d52513239314e75376a5ca622aa3632.zip
certs: include certs/signing_key.x509 unconditionally
I do not see much sense in the #if conditional in system_certificates.S; even if the condition is true, there exists no signing key when CONFIG_MODULE_SIG_KEY="". So, certs/Makefile generates empty certs/signing_key.x509 in such a case. We can always do this, irrespective of CONFIG_MODULE_SIG or (CONFIG_IMA_APPRAISE_MODSIG && CONFIG_MODULES). We only need to check CONFIG_MODULE_SIG_KEY, then both *.S and Makefile will become much simpler. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions