-
Notifications
You must be signed in to change notification settings - Fork 333
Linux appimage quirk #1261
Comments
Hi @black-puppydog
and just in case, I tried without the double dashes :
May be I'm cursed by the NZ gossip gods :/ |
oh right. sorry, the DDdashes were sth I got used to from running npm directly :P |
Disclaimer: I don't really know what I'm doing here either. But signal (another electron app) had similar issues discussed here So I guess now you're at the point where the mountpoint of the appimage is a problem! Hooray! :) |
This is how I see the thing, however circumventing it his way is a security risk, may be a bit less on a single user laptop, but that is all. It is strange that devs did not came with a viable solution for that. Sooo my test ends here for this reason. Anyway, thanks for your time and help, @black-puppydog have nice daight (or nighay) ! |
hmmm just to be clear, you're suggesting we make changes to how patchwork's appimage is built? if you have suggestions how we can fix this rather than making some ugly workaround or askign users to pass --no-sandbox, then that would be interesting... |
The obvious problem (here) is neither syntax works, so there's no workaround except modifying the /tmp mounting, this is what I say - and to be absolutely clear, yes, I suggest you modify your appimage &| program, because many companies and privates use such mounting setup for security reasons. I spend a good deal of my time testing new softwares to see they can fit our need and generally do not spend more than 10'~20' on them if they do not install right away (timing after reading about the features and the mandatory doc, but no more, to be sure it is ergonomic enough to be understood without reading a book), if they do install, 90' tops - many people around the world are using this same way to do things. Following my own criteria, this software is rejected and will not be reviewed before at least 1/2 year. |
okay, we clearly need to think more about packaging. in the meantime, we already know about this issue and so I'm closing this. |
Hi patchworkers,
apparently, this appimage tries to create a SUID mountpoint into /tmp, however for security reason, /tmp, /var/tmp & /home are mounted : rw,nosuid,nodev,noexec,noatime,attr2,inode64,noquota
Is there a way to at least specify another place for this mountpoint at launch?
Jean-Yves
The text was updated successfully, but these errors were encountered: