CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/05 12:15:22
Modified files:
usr.sbin/slowcgi: slowcgi.c
Log message:
pledge(2) for slowcgi.
After initialization slowcgi accepts from a AF_UNIX socket, forks and
execs. After fork we only need to close(2), chdir(2) and exec.
OK benno@
