From owner-cvs-lib Fri May 17 08:35:37 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA25304 for cvs-lib-outgoing; Fri, 17 May 1996 08:35:37 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA25282; Fri, 17 May 1996 08:35:21 -0700 (PDT) Date: Fri, 17 May 1996 08:35:21 -0700 (PDT) From: Garrett Wollman Message-Id: <199605171535.IAA25282@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getvfsent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/05/17 08:35:18 Modified: lib/libc/gen getvfsent.c Log: Fix for vfsload(3): - Don't allow non-root users to specify LKMDIR. - Don't allow any users to specify TMPDIR. - Call /sbin/modload using execl() rather than execlp(). Revision Changes Path 1.7 +7 -7 src/lib/libc/gen/getvfsent.c