Sophocles@infosec.pub to 196@lemmy.blahaj.zoneEnglish · edit-21 month agoAppimage ruleinfosec.pubimagemessage-square31linkfedilinkarrow-up1150arrow-down18file-text
arrow-up1142arrow-down1imageAppimage ruleinfosec.pubSophocles@infosec.pub to 196@lemmy.blahaj.zoneEnglish · edit-21 month agomessage-square31linkfedilinkfile-text
minus-squareSamueru_sama@programming.devlinkfedilinkEnglisharrow-up21·1 month agoappimage hasn’t depended on libfuse2 (or any libfuse) since the static runtime came out in 2022. The issue is that some projects haven’t updated to it, most notably electron builder: https://github.com/electron-userland/electron-builder/issues/8686 never integrate well on the system, and run unsandboxed. https://github.com/ivan-hc/AM You have sandboxing and perfect integration, including adding the binary to PATH.
appimage hasn’t depended on libfuse2 (or any libfuse) since the static runtime came out in 2022.
The issue is that some projects haven’t updated to it, most notably electron builder:
https://github.com/electron-userland/electron-builder/issues/8686
https://github.com/ivan-hc/AM
You have sandboxing and perfect integration, including adding the binary to
PATH
.