Merge pull request #227346 from Tom-Hubrecht/authelia

nixos/authelia: Allow using Unix sockets
This commit is contained in:
Nick Cao
2023-04-21 10:09:23 +08:00
committed by GitHub
+1 -1
View File
@@ -336,7 +336,7 @@ in
ProtectProc = "noaccess";
ProtectSystem = "strict";
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
RestrictNamespaces = true;
RestrictRealtime = true;
RestrictSUIDSGID = true;