Overview
Request 652017 superseded
- Update to version 3.3.0
* The auto_unmount mode now works correctly in combination with
autofs.
* The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by
default unless the file system defines both a readdir() and a
readdirplus() handler.
* The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been
improved.
* Allow open /dev/fuse file descriptors to be passed via mountpoints
of the special format /dev/fd/%u. This allows mounting to be
handled by the parent so the FUSE filesystem process can run
fully unprivileged.
* Add a drop_privileges option to mount.fuse3 which causes it to open
/dev/fuse and mount the file system itself, then run the FUSE file
filesystem fully unprivileged and unable to re-acquire privilege
via setuid, fscaps, etc.
* Documented under which conditions the fuse_lowlevel_notify_*
functions may block.
- Initial release v3.2.6
- Created by namtrac
- In state superseded
- Supersedes 640818
- Superseded by 653560
- Open review for repo-checker
Request History
namtrac created request
- Update to version 3.3.0
* The auto_unmount mode now works correctly in combination with
autofs.
* The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by
default unless the file system defines both a readdir() and a
readdirplus() handler.
* The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been
improved.
* Allow open /dev/fuse file descriptors to be passed via mountpoints
of the special format /dev/fd/%u. This allows mounting to be
handled by the parent so the FUSE filesystem process can run
fully unprivileged.
* Add a drop_privileges option to mount.fuse3 which causes it to open
/dev/fuse and mount the file system itself, then run the FUSE file
filesystem fully unprivileged and unable to re-acquire privilege
via setuid, fscaps, etc.
* Documented under which conditions the fuse_lowlevel_notify_*
functions may block.
- Initial release v3.2.6
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
staging-bot added openSUSE:Factory:Staging:adi:18 as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:18"
staging-bot accepted review
Picked openSUSE:Factory:Staging:adi:18
jengelh accepted review
dimstar declined review
found conflict of fuse-2.9.8-1.1.x86_64 with fuse3-3.3.0-7.1.x86_64:
- /etc/fuse.conf
Do we really need fuse 2.x and fuse 3.x in parallel in the distro?
dimstar declined request
found conflict of fuse-2.9.8-1.1.x86_64 with fuse3-3.3.0-7.1.x86_64:
- /etc/fuse.conf
Do we really need fuse 2.x and fuse 3.x in parallel in the distro?
superseded by 653560
Quite possibly both are needed; fuse is a library, not a program. (And the API seems different)