Fix DB connection leaks

Resolves: RHEL-102995

Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Anderson Toshiyuki Sasaki 2025-08-08 17:04:40 +02:00
parent e502db4d71
commit 67382e6215
2 changed files with 2212 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,10 @@ Source1: https://github.com/RedHat-SP-Security/%{name}-selinux/archive/v%
Source2: %{srcname}.sysusers
Source3: %{srcname}.tmpfiles
# Backported from https://github.com/keylime/keylime/pull/1782
# Fixes DB connections leaks (https://issues.redhat.com/browse/RHEL-102995)
Patch0: keylime-fix-db-connection-leaks.patch
# Main program: Apache-2.0
# Icons: MIT
License: Apache-2.0 AND MIT