home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21835 < prev    next >
Encoding:
Text File  |  1992-12-27  |  1.5 KB  |  37 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!torvalds
  3. From: torvalds@klaava.Helsinki.FI (Linus Torvalds)
  4. Subject: Re: BUG ? I can clobber root's files with `mv'
  5. Message-ID: <1992Dec27.193108.12458@klaava.Helsinki.FI>
  6. Organization: University of Helsinki
  7. References: <BzwK49.H1u@shrdlu.kwnet.on.ca> <1hkr37INNo2p@matt.ksu.ksu.edu>
  8. Date: Sun, 27 Dec 1992 19:31:08 GMT
  9. Lines: 26
  10.  
  11. In article <1hkr37INNo2p@matt.ksu.ksu.edu> probreak@matt.ksu.ksu.edu (James Michael Chacon) writes:
  12. >gdm@shrdlu.kwnet.on.ca (Giles D Malet) writes:
  13. >
  14. >>With the text/sticky (?) bit set on /tmp, I am unable to delete
  15. >>other users files, quite rightly. But I have discovered a roundabout
  16. >>way of achieving the same thing - mv one of my files onto theirs, then
  17. >>delete it.
  18. >
  19. >>Now I can just delete that file...
  20. >
  21. >>Is this meant to be possible ?
  22.  
  23. I already replied to gdm per mail, but I might as well accnowledge the
  24. bug publically: yes it's a linux bug, and the fix is to get the ALPHA
  25. patches available on nic.funet.fi.  Note that the ALPHA-diffs aren't
  26. "official" - they are meant for testing out the keyboard problems and
  27. just happen to contain some other fixes as well (this being one of
  28. them).  The file to look for is pub/OS/Linux/PEOPLE/Linux/ALPHA-diff.Z,
  29. which contains patches against 0.99.1. 
  30.  
  31. The alpha diffs also allow running of binaries over NFS (and from a
  32. msdos fs without bmap support), but it's done using the "read" vfs
  33. function, and it doesn't allow page sharing nor demand-loading.  Not
  34. recommended for heavy use, but it does work. 
  35.  
  36.         Linus
  37.