home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / bsd / 10322 < prev    next >
Encoding:
Text File  |  1992-12-17  |  1.7 KB  |  48 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!cs.utexas.edu!wotan.compaq.com!moxie!hackney
  3. From: hackney@moxie.hou.tx.us (Greg Hackney)
  4. Subject: Re: 386BSD - Bug in UFS file system + proposed fix
  5. Message-ID: <1992Dec17.140123.9952@moxie.hou.tx.us>
  6. Organization: Home
  7. References: <1992Dec16.012248.8123@moxie.hou.tx.us> <1992Dec16.211422.3663@fcom.cc.utah.edu>
  8. Date: Thu, 17 Dec 1992 14:01:23 GMT
  9. Lines: 37
  10.  
  11. terry@cs.weber.edu (A Wizard of Earth C) writes:
  12.  
  13. > This fix seems a bad thing.
  14.  
  15. The fix we proposed for ufs_vnops.c, is identical to 386BSD's sister code
  16. residing in nfs_vnops.c. I'm not sure why ufs_vnops.c got changed to
  17. something different.
  18.  
  19. > In particular, you *don't* want to allow a
  20. > file which is world read or world execute to be read/executed by someone
  21. > who is a member of a group denied access.
  22.  
  23. Did you try the code? On my system, group denied access works properly.
  24.  
  25. > Perhaps the reason you are having NFS problems is because unknown users
  26. > and root users from a remote system are translate to UID -1 and -2 unless
  27. > you specify that root access is allowed on the remote machine in the
  28. > /etc/exports file
  29.  
  30. Nope. The 2 systems are identical stock 386BSD systems with identical
  31. password files. We've tried /etc/exports with and without root=0.
  32.  
  33. > (your example seems to indicate you were logged in as
  34. > root when you tried this).
  35.  
  36. Nope. We've tried all sorts of logins.
  37.  
  38. >Admittedly, there are some permission comparison problems, but these are
  39. >pretty well isolated, and will probably be more tha a one or two line fix.
  40.  
  41. If no one else is having these (major) permissions problems when
  42. using NFS across 2 386BSD systems, then we need to go back and dig
  43. deeper into why the modes aren't working. Are you saying that it works
  44. properly for you?
  45. --
  46. Greg Hackney
  47.  
  48.