summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2020-12-08 18:15:38 +0000
committerGitHub <noreply@github.com>2020-12-08 18:15:38 +0000
commite729ab0408010e79d6acee2988c2d418d990818f (patch)
tree71b881fe48bca117df990083a1a7ad94066a2a41 /nixos
parent4549c836e7beddc38211c83a5005b1d2bf16b4b4 (diff)
parent0081f50505436a5787cbf50af8ef4d9d04620ad6 (diff)
downloadnixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.tar
nixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.tar.gz
nixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.tar.bz2
nixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.tar.lz
nixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.tar.xz
nixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.tar.zst
nixpkgs-e729ab0408010e79d6acee2988c2d418d990818f.zip
Merge master into staging-next
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/unbound.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/unbound.nix b/nixos/modules/services/networking/unbound.nix
index 9a46fa3075f..622c3d8ea43 100644
--- a/nixos/modules/services/networking/unbound.nix
+++ b/nixos/modules/services/networking/unbound.nix
@@ -195,7 +195,7 @@ in
         RuntimeDirectory = "unbound";
         ConfigurationDirectory = "unbound";
         StateDirectory = "unbound";
-        RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ];
+        RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_NETLINK" "AF_UNIX" ];
         RestrictRealtime = true;
         SystemCallArchitectures = "native";
         SystemCallFilter = [