We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Technical debt
Evaluate the prospects for refactoring and/or generalizing the native-mode code that passes FUSE mounts by file descriptor from host to container.
In particular, in the following source files:
The text was updated successfully, but these errors were encountered:
Because we won't be exploring FUSE mount by fd for setuid squashfs/extfs mount, this isn't important at this point.
It may be worth taking up when fuse2fs supports FUSE3, with fd mounts, and setuid FUSE can be revisited.
Sorry, something went wrong.
dtrudg
No branches or pull requests
Type of issue
Technical debt
Description of issue
Evaluate the prospects for refactoring and/or generalizing the native-mode code that passes FUSE mounts by file descriptor from host to container.
In particular, in the following source files:
The text was updated successfully, but these errors were encountered: