Expand description
FUSE mount support for cfsctl.
This module is only compiled when the fuse feature is enabled.
Structsยง
- Internal
Fuse Serve Args - Arguments for the internal FUSE server process. File descriptors are received via the systemd activation protocol (LISTEN_FDS/LISTEN_FDNAMES), not via raw fd number arguments.
Enumsยง
Functionsยง
- detect_
mount_ ๐mode - has_
cap_ ๐sys_ admin - in_
init_ ๐user_ namespace - run_
fuse_ ๐foreground - run_
fuse_ ๐mount - Re-exec ourselves as
--internal-fuse-serveto run the FUSE server in a clean process without the tokio runtime. File descriptors are passed via the systemd socket activation protocol (LISTEN_FDS/LISTEN_FDNAMES) for safe and easy fd transfer. - run_
internal_ fuse_ serve - Entry point for the internal FUSE server process, called from main() before the tokio runtime is created.