From: utzoo!decvax!cca!FC01@Usc-Ecl@sri-unix
Newsgroups: net.unix-wizards
Title: quick su with no muss no fuss
Article-I.D.: sri-unix.3286
Posted: Wed Sep 15 15:52:58 1982
Received: Thu Sep 16 02:52:03 1982

From: FC01 
Date: 13 Sep 1982 0831-PDT
A new version of access allows execution of files with others privilages given
their permission. For a quick su, you merely have to make the access control
file entry as follows:
toroot		/bin/sh
(if a user prefers csh, it cn be used a well)

	This allows selected users to execute (a well as access) files as if
they were the owner (with setuid privs), and thus for root, executing the
shell with setuid provides full root privilages.

	The system design comes through again - go UNIX
-------