CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/08 08:35:38
Modified files:
usr.bin/tcpbench: tcpbench.c
Log message:
In the early pledge, add "unveil" to permit changes a little later on.
If kernel variables are being watched unveil /dev/mem, /dev/kmem, and
/dev/ksyms. If testing AF_UNIX, unveil that patch. The next pledge
removes "unveil", then tcpbench is largely filesystem restricted.
