Hello list, I'm testing the use of named pipes (FIFOs) within macfuse. In my filesystem I've created a file that reports itself as a FIFO, with permissions 0666. I can getattr it without a problem but when I try to read or write to it I get an Operation not permitted error.
If I understand correctly the read call is being handled by the OS and not by FUSE. But why am I getting the error? The errno after the read is EPERM. From FUSE's point of view the trace is: getattr open flush release and they all return 0. I've also tried various combinations of allow_other, allow_root and defer_permissions without any success. I use macfuse 1.1.1. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" 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-devel?hl=en -~----------~----~----~----~------~----~------~--~---
