CVSROOT: /cvs Module name: src Changes by: bry...@cvs.openbsd.org 2017/09/09 07:02:52
Modified files: sbin/pflogd : privsep.c pflogd.c pflogd.h Log message: Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the privileged parent. Based on feedback from deraadt@ and bluhm@ (worked on syslogd). ok deraadt@