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
commit 82030c76fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;