CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/01/24 04:46:35
Modified files:
net/isc-bind : Makefile
Added files:
net/isc-bind/patches: patch-bin_dig_dig_c patch-bin_dig_host_c
patch-bin_dig_nslookup_c
patch-lib_isc_unix_net_c
patch-lib_isc_unix_socket_c
Log message:
add pledges for dig/host/nslookup in the ports version of BIND. initial
pledge is "stdio rpath inet unix dns", dropping to "stdio inet dns"
after argument parsing.
access to resolv.conf is required late; the dns pledge is used for this
rather than requiring full rpath; however contrary to the version in
base, inet is allowed as well, so that it can be used as a debug tool
for servers on alternate ports.
works fine for me; no feedback after posting yet so committing to get
real-world testing. please report any issues.