Date: Sat, 23 Aug 2003 08:45:58 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_xxx.c Message-ID: <200308231545.h7NFjwMq030694@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/08/23 08:45:58 PDT FreeBSD src repository Modified files: sys/kern kern_xxx.c Log: Fix a logic error in osethostid() that was introduced in rev. 1.34: allow hostid to be set when suser() returns 0, not when it returns an error. This would have allowed non-root users to set the host ID. Revision Changes Path 1.38 +4 -3 src/sys/kern/kern_xxx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308231545.h7NFjwMq030694>