From 943342509c15ac0d0c2001a258c78abef6be4daf Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 31 Oct 2024 12:54:46 -0400 Subject: [PATCH] debuginfod: enable --koji-sigcache to serve IMA signatures With f41's elfutils-debuginfod-0.192-5, we're finally ready to start serving per-file IMA signatures to remote debuginfo clients. This additional flag is needed because fedora/koji stores stripped rpm-ima signatures in a nearby file rather than in the retained RPM. --- files/debuginfod/sysconfig.debuginfod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/debuginfod/sysconfig.debuginfod b/files/debuginfod/sysconfig.debuginfod index 9ed78e6787..bdccbdf45f 100644 --- a/files/debuginfod/sysconfig.debuginfod +++ b/files/debuginfod/sysconfig.debuginfod @@ -2,7 +2,7 @@ DEBUGINFOD_PORT="8002" #DEBUGINFOD_VERBOSE="-vv" -DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm" +DEBUGINFOD_PATHS="--fdcache-mintmp=15 --fdcache-mbs=100000 --fdcache-prefetch-fds=1024 -t43200 -g604800 -C20 -c6 -vv -r --koji-sigcache -R /mnt/fedora_koji_prod/koji/packages -X /data/ -I \.(module_f|fc)(35|36|37|38|39|4.)[.+].*\.rpm" # to age old fedoras, change the -I regex