From ef1ffb499aab1537de609429a94f90aa20aabcad Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 4 Oct 2023 15:58:19 +0200 Subject: [PATCH] maintain ChangeLog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0b580fc91e..398cee07f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ ---------------------------------------------------------------------------------------- Scheduled Release 8.2310.0 (aka 2023.10) 2023-10-?? +- 2023-10-04: Add CAP_NET_RAW capability due to the omudpspoof module + The CAP_NET_RAW ensures the use of RAW and PACKET sockets, + which is utilized by the omudpspoof module, more precisely + the libnet_init function. + Thanks to Attila Lakatos for the patch. +- 2023-10-04: Add new global config option "libcapng.enable" + Defines whether rsyslog should drop capabilities at startup or not. + By default, it is set to "on". Until this point, if the project was + compiled with --enable-libcap-ng option, capabilities were + automatically dropped. This is configurable now. + Thanks to Attila Lakatos for the patch. - 2023-10-04: tcp net subsystem: handle data race gracefully It may happen that a socket file descriptor has been closed either while setting up poll() et al or while being inside the system call.