diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-02-18 13:46:33 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-03-03 08:16:19 +0900 |
commit | 6ce019f73d52513239314e75376a5ca622aa3632 (patch) | |
tree | d54854bb6f18328f11c897196cfec89e6c3762b6 /crypto/xor.c | |
parent | d4c858643263cfde13f7d937eaff95c2ed87cdf1 (diff) | |
download | linux-6ce019f73d52513239314e75376a5ca622aa3632.tar.bz2 |
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 'crypto/xor.c')
0 files changed, 0 insertions, 0 deletions