Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!hplabs!sri-unix!dan@bbncd From: dan%bbncd@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: Usefulness of access(2) - (nf) Message-ID: <12113@sri-arpa.UUCP> Date: Wed, 28-Sep-83 11:51:15 EDT Article-I.D.: sri-arpa.12113 Posted: Wed Sep 28 11:51:15 1983 Date-Received: Sun, 2-Oct-83 02:39:13 EDT Lines: 9 From: Dan Franklin While I don't really see the need for pathaccess, if it were needed it would not be hard. Just as access() replaces the effective u/gid with the real ones temporarily, pathaccess() would replace the effective u/gid with the arguments, and call nami just as access does. Dan