mirror of
https://abf.rosa.ru/djam/kernel-5.15.git
synced 2025-02-23 18:42:55 +00:00
Mix non-GOST RSA keys with GOST buildtime key in the kernel keyring
This commit is contained in:
parent
582758eb22
commit
89974eea5f
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
%define sublevel 25
|
||||
|
||||
# Release number. Increase this before a rebuild.
|
||||
%define rpmrel 3
|
||||
%define rpmrel 4
|
||||
%define fullrpmrel %{rpmrel}
|
||||
|
||||
%define rpmtag %{disttag}
|
||||
|
@ -1022,8 +1022,8 @@ sed -i %{src_dir}/scripts/Makefile \
|
|||
%if %{with additional_keys}
|
||||
# Add additional public keys to the list of trusted keys for kernel modules
|
||||
# Build kernel --without additional_keys if you do not want to trust them
|
||||
##cat %{expand:%(for i in `seq 1 12`; do echo "%%SOURCE$((200+${i}))" | tr "\n" " "; done)} \
|
||||
## >> "%{certs_public_keys}"
|
||||
cat %{expand:%(for i in `seq 1 12`; do echo "%%SOURCE$((200+${i}))" | tr "\n" " "; done)} \
|
||||
>> "%{certs_public_keys}"
|
||||
%endif #endif additional_keys
|
||||
cat %{certs_public_keys}
|
||||
%endif #endif enhanced_security
|
||||
|
|
Loading…
Add table
Reference in a new issue