Opened 6 years ago
Closed 6 years ago
#11322 closed enhancement (fixed)
fuse3-3.3.0
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Bring Chapter 5 (except mdadm) up to date.
Note:
See TracTickets
for help on using tickets.
libfuse 3.3.0 (2018-11-06)
auto_unmount
mode now works correctly in combination with autofs./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.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.fuse_lowlevel_notify_*
functions may block.