]> git.pld-linux.org Git - packages/iwd.git/blob - pkcs8.conf.patch
up to 0.15
[packages/iwd.git] / pkcs8.conf.patch
1 From 39ee15dbc3d7a03572cb7adc7dafd4860a0a3b47 Mon Sep 17 00:00:00 2001
2 From: Marcel Holtmann <marcel@holtmann.org>
3 Date: Wed, 23 Jan 2019 18:20:58 +0100
4 Subject: build: Provide modules-load.d for loading pkcs8_key_parser module
5
6 ---
7  src/pkcs8.conf | 5 +++++
8  1 file changed, 5 insertions(+)
9  create mode 100644 src/pkcs8.conf
10
11 (limited to 'src/pkcs8.conf')
12
13 diff --git a/src/pkcs8.conf b/src/pkcs8.conf
14 new file mode 100644
15 index 0000000..eae958e
16 --- /dev/null
17 +++ b/src/pkcs8.conf
18 @@ -0,0 +1,5 @@
19 +# When distributions use CONFIG_PKCS8_PRIVATE_KEY_PARSER=m kernel option,
20 +# using keyctl(2) will fail for loading PKCS#8 private keys since there is
21 +# no automatic module loading for key type parsers.  This entry ensures
22 +# that the kernel module pkcs8_key_parser.ko is loaded at boot time.
23 +pkcs8_key_parser
24 -- 
25 cgit 1.2-0.3.lf.el7
26
This page took 0.065941 seconds and 3 git commands to generate.