CVSROOT: /cvs Module name: src Changes by: gsoa...@cvs.openbsd.org 2016/03/09 17:07:03
Modified files: libexec/spamd : spamd.c Log message: - add a define for "_spamd" user like others OpenBSD daemons; - check for root privileges, otherwise exit early with an appropriate status code and a formatted string; - be more specific with chroot()/chdir() checks. OK beck@