-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Why? "Permission denied" #17
Comments
May be caused by Firejail? #456 (comment) |
I'm pretty sure this happens when the AppImage unmounts itself before the next command can run. The only solution I've really found for this is to move the component that is being called out of the AppImage temporarily and call it from the directory I've moved it to. I've tried adding For example, with ROSA ImageWriter, it needs to be ran as root with something like |
Many apps have this "permission denied" thing: Why? |
Seems to be related to Firejail. E.g., #1025 (comment) shows how to verify this. |
Firejail related?
The AppImage runs just fine on my local machine without Firejail.
https://travis-ci.org/AppImage/AppImageHub/builds/266091972#L555
The text was updated successfully, but these errors were encountered: