From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-relay-2.mv.us.adobe.com ([130.248.1.2]) by hawkwind.utcs.toronto.edu with SMTP id <2701>; Sun, 21 Mar 1993 23:16:20 -0500 Received: by mail-relay-2.mv.us.adobe.com; id AA14961; Sun, 21 Mar 93 20:16:04 -0800 Received: by astro.mv.us.adobe.com; id AA18919; Sun, 21 Mar 93 20:16:37 -0800 Date: Sun, 21 Mar 1993 23:16:37 -0500 From: haahr@mv.us.adobe.com (Paul Haahr) Message-Id: <9303220416.AA18919@astro.mv.us.adobe.com> To: jeremy@sw.oz.au, rc@hawkwind.utcs.toronto.edu Subject: Re: Porting rc to Linux > When searching the path, why does rc try to double guess the kernel > by testing the permissions itself rather than just trying to exec it? because you want to be able to do the path search before you fork. > And if it has to (whatis), why doesn't it just use the access system > call rather than doing it for itself in rc_access? because access lies if you run setuid or setgid, among other things.