Closed cberner closed 3 years ago
Specifying allow_root & auto_unmount leads to a crash since it's not supported by fusermount. It appears that allow_root is suppose to be implemented in the library, rather than the kernel. See https://github.com/libfuse/libfuse/blob/e032ca7a88afe1a7cd028ca63e2993af9c0b91af/lib/fuse_lowlevel.c#L2615-L2623
Specifying allow_root & auto_unmount leads to a crash since it's not supported by fusermount. It appears that allow_root is suppose to be implemented in the library, rather than the kernel. See https://github.com/libfuse/libfuse/blob/e032ca7a88afe1a7cd028ca63e2993af9c0b91af/lib/fuse_lowlevel.c#L2615-L2623