From 4123da308d302f3f3054ed5e2b97518b591638c9 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Thu, 8 May 2025 11:16:02 -0500 Subject: [PATCH] 3.24.2 changelog ammendment 4 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 84754c6421..f1d3b7893e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 3.24.2: + - Fixed issue where rhel >8 packages would not have correct openssl + dependency version (ENT-12587) + - Added http_port and getattr selinux permissions as needed for selinux + policy on rhel-8 and rhel-9 (ENT-12954) - Fixed bug in parsing process_select for Windows (ENT-12751) - Added "acknowledged" field to lastseen DB (ENT-11838) - Adjusted cf-support for exotic UNIX platforms (ENT-9786)