-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
ability to pass mount options to fusermount #72
Comments
Hello @stsp. What the AppImage mounts is supposed to be used by the payload program that the AppImage runs. Can you describe your use case a bit? |
dosemu2 runs under different user for security considerations. It uses an rpc server that runs under original user, and |
Well, for sure you could get this by recompiling type2-runtime with the option patched in. Then you could tell But maybe (just maybe) your use case is a bit too complicated for AppImage, which is meant to be a simple way to run GUI applications (as the user who sits in front of the computer). |
But I guess you can implement some configuration channel between appimagetool and the run-time. I realize its not exactly Another approach may be to export the mount command to some env var. Then the app can parse the var, change the options and destination and remount itself. Note that things like "mount -o remount" do not help to enable that option. |
Hi, I'd like to pass "allow_other" mount opt
as by default fuse is too restrictive for my needs.
Is there some way currently, or can it be added?
The text was updated successfully, but these errors were encountered: