deathmetal27@lemmy.world to linuxmemes@lemmy.world · 2 months agoSnap badlemmy.worldimagemessage-square64fedilinkarrow-up1766arrow-down117
arrow-up1749arrow-down1imageSnap badlemmy.worlddeathmetal27@lemmy.world to linuxmemes@lemmy.world · 2 months agomessage-square64fedilink
minus-squareSamueru_sama@programming.devlinkfedilinkEnglisharrow-up2·edit-22 months ago it allows the same packages to run on any Linux kernel (any Linux distro). That is pretty useful. flatpak itself depends on namespaces, so saying that it works on any kernel is quite a stretch. Can flatpak do this? This is a GIMP3 appimage running on ubuntu 10.04 without any container: The kernel is so old that even the appimage runtime itself complains of missing functions and has to fallback to a workaround. UPDATE: flatpak can’t work because bubblewrap itself can’t: PR_SET_NO_NEW_PRIVS is only available since kernel 3.5
flatpak itself depends on namespaces, so saying that it works on any kernel is quite a stretch.
Can flatpak do this? This is a GIMP3 appimage running on ubuntu 10.04 without any container:
The kernel is so old that even the appimage runtime itself complains of missing functions and has to fallback to a workaround.
UPDATE: flatpak can’t work because bubblewrap itself can’t:
PR_SET_NO_NEW_PRIVS
is only available since kernel 3.5