diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-01-29 13:15:29 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2020-02-02 09:09:45 +0000 |
commit | 01acffc31a2413bc0241894c9c6e0e846221e807 (patch) | |
tree | f06b7e017441b67b55f9c0c18fff13aae0b5cd3f /kernel-aarch64-debug-fedora.config | |
parent | 5b582b9e6c968951af2f9fcbe80a1af872d7bf08 (diff) | |
download | kernel-01acffc31a2413bc0241894c9c6e0e846221e807.tar.gz kernel-01acffc31a2413bc0241894c9c6e0e846221e807.tar.xz kernel-01acffc31a2413bc0241894c9c6e0e846221e807.zip |
ima: enable system extra cert to enable adding an extra cert without needing custom kernels
Diffstat (limited to 'kernel-aarch64-debug-fedora.config')
-rw-r--r-- | kernel-aarch64-debug-fedora.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel-aarch64-debug-fedora.config b/kernel-aarch64-debug-fedora.config index 07f5648ca..e31327bdb 100644 --- a/kernel-aarch64-debug-fedora.config +++ b/kernel-aarch64-debug-fedora.config @@ -6348,7 +6348,8 @@ CONFIG_SYSCTL=y # CONFIG_SYS_HYPERVISOR is not set CONFIG_SYSTEM_BLACKLIST_HASH_LIST="" CONFIG_SYSTEM_BLACKLIST_KEYRING=y -# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set +CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096 +CONFIG_SYSTEM_EXTRA_CERTIFICATE=y # CONFIG_SYSTEMPORT is not set CONFIG_SYSTEM_TRUSTED_KEYRING=y CONFIG_SYSTEM_TRUSTED_KEYS="" |