Merge pull request #106308 from pmeiyu/master
unbound: Add AF_NETLINK to allowed address families.
This commit is contained in:
commit
2535c42513
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user