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

View File

@ -195,7 +195,7 @@ in
RuntimeDirectory = "unbound"; RuntimeDirectory = "unbound";
ConfigurationDirectory = "unbound"; ConfigurationDirectory = "unbound";
StateDirectory = "unbound"; StateDirectory = "unbound";
RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_UNIX" ]; RestrictAddressFamilies = [ "AF_INET" "AF_INET6" "AF_NETLINK" "AF_UNIX" ];
RestrictRealtime = true; RestrictRealtime = true;
SystemCallArchitectures = "native"; SystemCallArchitectures = "native";
SystemCallFilter = [ SystemCallFilter = [