• cheer
    link
    fedilink
    12311 months ago

    No filesystem access for a flatpak app just means it cant read host system files on its own, without user permission. You can still give it files or directories of files through the file explorer for the app to work with, just that it’s much safer since it can only otherwise view files in its sandbox.

      • @null@slrpnk.net
        link
        fedilink
        2711 months ago

        As if sandboxes are some brand new concept…

        Of course people want them for some use-cases. No one here is saying that every application in the world should be restricted that way, grandpa.

        • @kautau@lemmy.world
          link
          fedilink
          711 months ago

          Yeah things like selinux and apparmor have been around for a long time, sandboxing is just an evolution of that

        • @grue@lemmy.world
          link
          fedilink
          English
          511 months ago

          No one here is saying that every application in the world should be restricted that way, grandpa.

          Maybe not here in this thread, but aren’t there some folks who want flatpak/snap/appimage to basically replace traditional package managers?

          • @null@slrpnk.net
            link
            fedilink
            311 months ago

            Doesn’t make it a prevailing attitude worthy of whatever nonsense that other guy is spouting.

          • Chewy
            link
            fedilink
            211 months ago

            […] aren’t there some folks who want flatpak/snap/appimage to basically replace traditional package managers?

            There might be people who think that, but that isn’t realistic. Flatpak is a package manager for user facing apps, mostly gui apps.

            The core system apps will still be installed by a system package manager. I.e rpm-ostree on immutable Fedora or transactional-update/zypper on OpenSUSE MicroOS.

            Snap can do system apps and user facing apps and fully snap-based Ubuntu might come in the future.

            But this won’t force people to use them. Traditional package managers will keep existing for system apps and maintainers will proabably keep their gui packages in the repos.