Merge pull request #106308 from pmeiyu/master

unbound: Add AF_NETLINK to allowed address families.
This commit is contained in:
Florian Klink
2020-12-08 13:30:24 +01:00
committed by GitHub

View File

@@ -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 = [