Merge pull request #249939 from erdnaxe/galene-fix

nixos/galene: do not restrict AF_NETLINK
This commit is contained in:
Nick Cao 2023-09-10 08:49:19 -04:00 committed by GitHub
commit a1635b3821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ in
ProtectSystem = "strict";
ReadWritePaths = cfg.recordingsDir;
RemoveIPC = true;
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" ];
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_NETLINK" ];
RestrictNamespaces = true;
RestrictRealtime = true;
RestrictSUIDSGID = true;