home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / admin / asroot.README < prev    next >
Encoding:
Text File  |  1994-01-07  |  1.3 KB  |  45 lines

  1.         Asroot
  2.         ======
  3.  
  4. This is the first (and presumably only) public release of a trivial
  5. little utility which I've been using for some years.  Asroot allows
  6. any member of the group wheel to execute any program as if he was
  7. root.  This utility has saved me countless logouts and logins.
  8.  
  9.  
  10. Asroot does not open up a larger security hole than using the su.wheel
  11. program as shipped by NeXT.  Still, before installing asroot do a quick
  12.  
  13.         nidump group .
  14.  
  15. first.  If there is a user in the group wheel (or whatever you call
  16. the group with GID 0) on your machine whom you would not give your
  17. root password either throw him out of the group wheel or don't install
  18. asroot.
  19.  
  20.  
  21. For more details (such as they are), see the man page.  To make
  22. asroot, just
  23.  
  24.         make
  25.  
  26. To install it and its man page in the /usr/local hierarchy,
  27.  
  28.         su
  29.         make install
  30.  
  31.  
  32. BTW, there is absolutely nothing in this program which makes it
  33. specific to root.  If you want a utility which allows all members of
  34. the group wheel to execute programs as if they were the user 'news':
  35.  
  36.         cp asroot asnews
  37.         chown news.news asnews
  38.         chmod 4755 asnews
  39.  
  40. The same can of course be done for any other user or group.
  41.  
  42.  
  43.         Carl Edman                                         5-14-93
  44.         <cedman@princeton.edu>
  45.