From 12c11c47af8db61bb836963ccbf97b23d770043c Mon Sep 17 00:00:00 2001 From: dish Date: Fri, 27 Mar 2026 17:56:59 -0400 Subject: [PATCH] [marvin] fix mail-archiver hardening config --- hosts/marvin/services/mail-archiver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/marvin/services/mail-archiver.nix b/hosts/marvin/services/mail-archiver.nix index 6c3d2fb1..3c4f49f8 100644 --- a/hosts/marvin/services/mail-archiver.nix +++ b/hosts/marvin/services/mail-archiver.nix @@ -104,7 +104,7 @@ in ProtectSystem = true; RestrictNamespaces = true; RestrictRealtime = true; - RestrictSUIDGUID = true; + RestrictSUIDSGID = true; }; }; -- 2.51.2