Merge pull request #324114 from NyCodeGHG/renovate-unix-socket

nixos/renovate: allow AF_UNIX access
This commit is contained in:
OTABI Tomoya 2024-07-03 22:40:17 +09:00 committed by GitHub
commit 3ca8ba2a73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,6 +128,7 @@ in
RestrictAddressFamilies = [
"AF_INET"
"AF_INET6"
"AF_UNIX"
];
RestrictNamespaces = true;
RestrictRealtime = true;