diff --git a/debian/changelog b/debian/changelog
index 3105e5c..e8f0597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rsyslog (8.2312.0-3ubuntu3) noble; urgency=medium
+
+  * ubuntu d/rsyslog.service ProtectHome=no (LP: #2051405)
+
+ -- Heinrich Schuchardt <heinrich.schuchardt@canonical.com>  Sat, 27 Jan 2024 10:34:41 +0100
+
 rsyslog (8.2312.0-3ubuntu2) noble; urgency=medium
 
   * No-change rebuild against libhiredis1.1.0
diff --git a/debian/rsyslog.service b/debian/rsyslog.service
index 78d2a4c..bc15119 100644
--- a/debian/rsyslog.service
+++ b/debian/rsyslog.service
@@ -21,7 +21,7 @@ CapabilityBoundingSet=CAP_BLOCK_SUSPEND CAP_CHOWN CAP_DAC_OVERRIDE CAP_LEASE CAP
 SystemCallFilter=@system-service
 RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
 NoNewPrivileges=yes
-ProtectHome=readonly
+ProtectHome=no
 ProtectClock=yes
 ProtectHostname=yes
 
