fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
Showing only changes of commit 20fba18711 - Show all commits

View File

@@ -16,6 +16,9 @@ RUN printf '%s\n' \
'user.* |/var/run/decnet-logs;RFC5424fmt' \
> /etc/rsyslog.d/99-decnet.conf
# Disable imklog — containers can't read /proc/kmsg
RUN sed -i 's/^\(module(load="imklog"\)/# \1/' /etc/rsyslog.conf
# Silence default catch-all rules
RUN sed -i \
-e 's|^\(\*\.\*;auth,authpriv\.none\)|#\1|' \