Alan Somers
Alan Somers
Status update: I've gotten Casper working on a different real-world project (but not cap_sysctl). But I actually no longer have a personal need for cap_sysctl, so I'm going to deprioritize...
This feature request is no longer as important as it was when I filed it, because rust 1.64.0 supports multitarget builds. So you can now do something like `cargo hack...
@rtzoeller I stupidly forgot about this PR when I made the 0.26.0 release a few minutes ago.
Fixed by #1871 . We had to add a `sun_len` field to the structure on Linux, so it isn't zero-cost anymore. But that enables methods like these.
Also, the allow_other option should be disablable, or better yet not the default.
FYI ntfs3g solves this problem by adding a `-o no_def_opts` option, which disables all default options.
The kernel correctly treats FUSE_READDIR offsets as opaque. The problem is that passthrough_ll.c sets the fuse_dirent's `off` field to the `d_off` field of the `struct dirent` returned by `readdir`, and...
@tv42 I'm a FreeBSD kernel developer, and the FUSE maintainer. However, I'm not a Go programmer. If you think you've found other bugs in FreeBSD's FUSE driver, I'll fix them....
That FreeBSD bug, which actually turned out not to be in fusefs, is now fixed. The fix will be included in the next builds of 14.0-CURRENT.
> @asomers Do you have a pointer to the actual bug / fix in 14.0-CURRENT? I think you're talking about this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265736 https://cgit.freebsd.org/src/commit/?id=6c049996ec29bad4a913b019a28f211ab84b0d3d However, that's not the cause of the...