cplusplus@programming.dev to Open Source@lemmy.mlEnglish · edit-22 months agoWhy Veracrypt not in flatpak?message-squaremessage-square9fedilinkarrow-up15arrow-down120
arrow-up1-15arrow-down1message-squareWhy Veracrypt not in flatpak?cplusplus@programming.dev to Open Source@lemmy.mlEnglish · edit-22 months agomessage-square9fedilink
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up7·2 months agoI would assume because the whole model of encrypting your drives and installing bootloaders doesn’t blend well with the flatpak sandbox
minus-squareLemongrab@lemmy.onelinkfedilinkarrow-up3·2 months agoYou can give a Flatpak the necessary permissions to modify disks. All the permissions needed by Veracrypt could be granted.
minus-squareReversalHatchery@beehaw.orglinkfedilinkEnglisharrow-up1·2 months agoand then what’s the benefit of having veracrypt as a flatpak package? that it can be used with older dependencies? if so, is that a good thing to have for things that modify system startup?
minus-squareJustMarkov@lemmy.mllinkfedilinkEnglisharrow-up2·2 months ago and then what’s the benefit of having veracrypt as a flatpak package? Flatpaks is a universal package format, it works almost everywhere. Also, there are immutable distros, that use flatpak as the default package format.
I would assume because the whole model of encrypting your drives and installing bootloaders doesn’t blend well with the flatpak sandbox
You can give a Flatpak the necessary permissions to modify disks. All the permissions needed by Veracrypt could be granted.
and then what’s the benefit of having veracrypt as a flatpak package? that it can be used with older dependencies? if so, is that a good thing to have for things that modify system startup?
Flatpaks is a universal package format, it works almost everywhere. Also, there are immutable distros, that use flatpak as the default package format.