]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units/user/systemd-journalctl.socket: drop MaxConnectionsPerSource=
authorMike Yuan <me@yhndnzj.com>
Mon, 23 Feb 2026 08:30:17 +0000 (09:30 +0100)
committerMike Yuan <me@yhndnzj.com>
Mon, 23 Feb 2026 09:21:56 +0000 (10:21 +0100)
For AF_UNIX sockets connection sources are accounted for
based on UID, hence in user scope this effectively
limits total number of connections, which is not really
desirable.

units/user/systemd-journalctl.socket

index 0ea3a25c909543edeb2947a26039ea07f70d662a..b8a504f0f30f3ac14bf1842973b0d023ab164d1e 100644 (file)
@@ -17,4 +17,3 @@ Symlinks=%t/varlink/registry/io.systemd.JournalAccess
 FileDescriptorName=varlink
 SocketMode=0600
 Accept=yes
-MaxConnectionsPerSource=16