Add the following runner configuration to .cargo/config.toml if the local
FUSE setup requires root privileges:
[target.x86_64-unknown-linux-gnu]
runner = 'sudo -E'sudo apt update
sudo apt install build-essential pkg-config libfuse3-dev libssl-devOn Linux, ScorpioFS requests the allow_other mount option for its FUSE
mounts. Before
running it as a non-root user, uncomment or add this exact line in
/etc/fuse.conf:
user_allow_other
This setting permits FUSE filesystems to use the allow_other mount option.
The interactive installer can enable it with --enable-user-allow-other.
macOS does not need libfuse3-dev or /etc/fuse.conf. Install macFUSE,
run the sibling mega2 eval compose file, and follow macos.md.
ScorpioFS does not request allow_other on macOS.