CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/12 18:26:33
Modified files:
libexec/fingerd: fingerd.c
Log message:
4-step pledge in a program noone really uses anymore.
pledge "stdio inet dns proc exec" at startup.
In the logging codepath, "stdio dns proc exec" after getpeername()
drop to stdio proc exec(), before fork / execve
Parent moving data out of the pipe only needs "stdio"
