• Spectacle8011@lemmy.comfysnug.space
    link
    fedilink
    arrow-up
    62
    arrow-down
    1
    ·
    11 months ago

    What really needs to happen:

    Flatpak packages should ask for every permission they need, and the user needs to approve every one of them.

    Right now, we have this weird in-between state where some flatpak packages ship with limited permissions (like Bottles). That’s because every permission the package asks for is immediately granted. The user doesn’t get a chance to refuse these requests. This current model serves to make life more difficult for non-malicious flatpak packagers while failing to protect users from malicious packages.

    Also, GNOME needs a Flatpak permissions center like KDE. You shouldn’t need to install a third party program to manage permissions.

    • JoYo
      link
      fedilink
      English
      arrow-up
      24
      arrow-down
      4
      ·
      11 months ago

      it’s weird that android and ios already provide this but THE container standard doesn’t

      • oldfart@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        11 months ago

        It’s the first time I hear someone praise Android messing with user’s settings. Care to elaborate why you like it?

      • TeryVeneno
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        I think the main reason why the implementation is insecure by default is simply because when it started most applications did not use portals and many portals we have today did not exist. You had to poke holes in the sandbox to make anything work cause all applications expected to run unconstrained. In the future as more apps become flatpak aware this should stop being an issue.

      • Spectacle8011@lemmy.comfysnug.space
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        11 months ago

        I don’t doubt it, but this is a good place to start.

        This claim has interesting phrasing:

        Adding X11 sandboxing via a nested X11 server, such as Xpra, would not be difficult, but Flatpak developers refuse to acknowledge this and continue to claim, “X11 is impossible to secure”.

        If you look at the GNOME post, you’ll see they haven’t argued against including a nested X server at all:

        Now that the basics are working it’s time to start looking at how to create a real sandbox. This is going to require a lot of changes to the Linux stack. For instance, we have to use Wayland instead of X11, because X11 is impossible to secure.

        I’m not saying they haven’t refused to acknowledge this elsewhere, but it’s strange to point to this blog post which acknowledges that the sandbox is very much a work-in-progress and agrees with Madaidan that X11 is hard to secure.

        Does Xpra provide better sandboxing than XWayland? If not, I think the Flatpak developer’s solution to this is: just use Wayland. And obviously, there’s plenty of room to improve with the permissions Flatpak does offer.

        I did some searching on the Flatpak Github for issues and found that you can actually use Xpra with Flatpak, and the answer is “just use Wayland”:


        This is also concerning:

        As odd as this may sound, you should not enable (blind) unattended updates of Flatpak packages. If you or a Flatpak frontend (app store) simply executes flatpak update -y, Flatpaks will be automatically granted any new permissions declared upstream without notifying you. Using automatic update with GNOME Software is fine, as it does not automatically update Flatpaks with permission changes and notifies the user instead.

        Source: https://privsec.dev/posts/linux/desktop-linux-hardening/#flatpak

        It’s great that GNOME Software notifies you when permissions change! I don’t use Flatpak enough to know, but I hope flatpak update notifies you too if you don’t use the -y option.