OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Thordur I. Bjornsson (thibcvs.openbsd.org)
Date: Wed May 20 2009 - 15:37:43 CDT


CVSROOT: /cvs
Module name: src
Changes by: thibcvs.openbsd.org 2009/05/20 14:37:43

Modified files:
        etc : master.passwd
        libexec/identd : identd.c
        libexec/rpc.rstatd: rstatd.c
        libexec/rpc.rwalld: rwalld.c
        libexec/spamd : spamd.c
        sbin/dhclient : dhclient.c
        usr.sbin/portmap: portmap.c

Log message:
Do not fall back to using nobody if _user is missing, but
error out.

Add a new user _rwalld for rpc.rwalld, and use that instead
of nobody, also unconditionally drop to _rwalld not only
if rpc.rwalld was started with euid 0 (as root).

ok deraadt