nixos/pgadmin: Set ProtectControlGroups to strict in service config

For documentation see
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#ProtectControlGroups=

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-10-07 15:42:41 +02:00
parent f0f0fcee17
commit c268ff5f26
+1 -1
View File
@@ -241,7 +241,7 @@ in
PrivateTmp = true;
PrivateUsers = true;
ProtectClock = true;
ProtectControlGroups = true;
ProtectControlGroups = "strict";
ProtectHome = true;
ProtectHostname = true;
ProtectKernelLogs = true;