-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing O_NOFOLLOW #57
Comments
Fixes haskell#57 and wrt haskell#6 (only partly fixed)
Fixes haskell#57 Fixes haskell#58 Wrt haskell#6 (only partly fixed)
Fixes haskell#57 Fixes haskell#58 Wrt haskell#6 (only partly fixed)
This bug appears to have been fixed, and ought to be closed. |
Indeed, this was resolved in c7d88b3. |
Perhaps I misunderstood the scope of this ticket. The issue (as far as I understood it) was the inability specify the |
Instead you would use |
Apologies for the noise, I confused this with my other issue for openDirStream O_NOFOLLOW support. |
This is really annoying. I don't even understand why this library attempts to pre-select which flags I can pass in or not. That's not how a low-level library should be designed.
Since this library is about POSIX stuff, you should simply allow all POSIX flags, see http://www.unix.com/man-page/posix/3p/open/
The text was updated successfully, but these errors were encountered: