I'm implementing a read/write filesystem using the Objective-C
interface and I'm not seeing a way to set the default ownership
appropriately for new files.  The default ownership should, in the
UNIX model, be set appropriately for the process that is creating the
file.  I can chown/chgrp a given file and the appropriate
setAttributes: will filter down, however, the creation-time attributes
do not seem to contain the NSFileOwnerAccountID key.  Of course, I can
force them to be anything I want, but that is not typical filesystem
behavior.  Perhaps I'm missing something.  Any hints would be
appreciated.  TIA.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to