]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: enable MaxConnectionsPerSource= for all our Accept=yes units (-ng)
authorMike Yuan <me@yhndnzj.com>
Mon, 6 Oct 2025 19:47:42 +0000 (21:47 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 7 Oct 2025 11:38:11 +0000 (13:38 +0200)
Apply 5d1e8cd3e057261c6db3fb3d7de39b7ca48efd3b on newly-added sockets.

units/systemd-bootctl.socket
units/systemd-mute-console.socket
units/systemd-pcrlock.socket
units/systemd-repart.socket

index 59151ba161c488a4e6f7696ffefd3bc2b36f93b9..d4071833b6a4e07a5a0e70a443a13c07debf3169 100644 (file)
@@ -19,3 +19,4 @@ ListenStream=/run/systemd/io.systemd.BootControl
 FileDescriptorName=varlink
 SocketMode=0600
 Accept=yes
+MaxConnectionsPerSource=16
index 6223dc033cc45873c7d542eb5a927bc4132ea73e..16032e94b4cb5767308a127f36566bc40f29b1cc 100644 (file)
@@ -20,3 +20,4 @@ ListenStream=/run/systemd/io.systemd.MuteConsole
 FileDescriptorName=varlink
 SocketMode=0600
 Accept=yes
+MaxConnectionsPerSource=16
index 17a56f7eb3e4267fe749486ed295a68fe9d53dd5..ca1cd53aeacf02d7af5a9ca090cf2462e5486a36 100644 (file)
@@ -20,6 +20,7 @@ ListenStream=/run/systemd/io.systemd.PCRLock
 FileDescriptorName=varlink
 SocketMode=0600
 Accept=yes
+MaxConnectionsPerSource=16
 
 [Install]
 WantedBy=sockets.target
index 0c77165e1c528bcc22c8e0a945efe700f6b71a16..c9fc308b1b2d68c5a9b2407c00f4fdfd053cb64b 100644 (file)
@@ -20,3 +20,4 @@ ListenStream=/run/systemd/io.systemd.Repart
 FileDescriptorName=varlink
 SocketMode=0600
 Accept=yes
+MaxConnectionsPerSource=16