CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2016/09/28 00:39:12
Modified files: sbin/ping : ping.c usr.sbin/traceroute: traceroute.c Log message: Always do the setgroups, setresgid and setresuid even if if the unprivileged user is not present instead of erroring out. This lets ping and traceroute work in restricted enviornments like the bgplg chroot. Problem reported by sthen@ input & prodding deraadt@