CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/04/26 07:40:09
Modified files: usr.sbin/syslogd: privsep.c Log message: Globally remember the passwd entry for _syslogd. The user id is used for opening the pipe process. Move the getpwnam() lookup out of the privsep parent loop, so it does not need "getpw" pledge anymore. OK deraadt@