home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.16 / text0019.txt < prev    next >
Encoding:
Internet Message Format  |  1989-08-11  |  1.8 KB

  1. From: rja@edison.GE.COM (rja)
  2.  
  3. ( The original article and Guy's reply were in comp.std.misc, but this
  4.   is really more a comp.std.unix article so followups are directed there.)
  5. [ The above note is from rja.  Please send followups to one newsgroup or
  6. the other rather than crossposting.  -jsq ]
  7.  
  8. (unclear who wrote this originally)
  9. % I understand that the semantics of new-file creation are also in conflict.
  10. % The SVID says that the gid of the new file is the effective gid of the
  11. % process, but POSIX says that it gets copied from the parent directory.
  12. % (Actually it's optional in POSIX, but FIPS requires this behavior, and AT&T
  13. % is committed to making SVR4 comply with FIPS as well as POSIX, right?)
  14.  
  15. In article <1132@auspex.UUCP>, guy@auspex.UUCP (Guy Harris) writes:
  16. > S5R4 will probably support both, in the fashion that SunOS 4.0 does - if the
  17. > set-GID bit is set on a directory, files newly created in that directory
  18. > will get their GID from the directory, and if it's clear, they'll get it
  19. > from the effective GID.  One presumes they'll update the SVID to
  20. > describe this; otherwise, while FIPS-compliant, their system may not be
  21. > SVID-compliant....
  22.  
  23. I'm sure Guy knows what he is talking about.  In fact I'll be very surprised
  24. if the next release of the SVID isn't 100% compliant with the NIST FIPS
  25. variant of the POSIX (really IEEE 1003) definition.  I understand that
  26. there are some conflicts between ANSI C and the 1003.1 definitions, but
  27. it isn't clear to me where they disagree (I don't have current versions
  28. of either document yet).   I suspect that the SVID will resolve those
  29. conflicts according to the NIST FIPS as well.
  30.  
  31. It would be nice if someone at AT&T or UNIX International could 
  32. authoritatively conform or deny these guesses.
  33.  
  34.   rja@edison.CHO.GE.COM
  35.  
  36. Volume-Number: Volume 16, Number 17
  37.  
  38.