I first used Linux about 5 years ago (Ubuntu). Since then, I have tried quite a few distros:

Kali Linux (Use as a secondary)

Linux Mint (Used for a while)

Arch Linux (Could not install)

Tails (Use this often)

Qubes OS (Tried it twice, not ready yet)

Fedora (Current main)

For me, it has been incredibly difficult to find a properly privacy oriented Linux distro that also has ease of use. I really enjoy the GNOME desktop environment, and I am most familiar with Debian. My issue with Fedora is the lack of proper sandboxing, and it seems as though Qubes is the only one that really takes care in sandboxing apps.

Apologies if this is the wrong community for this question, I would be happy to move this post somewhere else. I’ve been anonymously viewing this community after the Rexodus, but this is my first time actually creating a post. Thank you!

UPDATE:

Thank you all so much for your feedback! The top recommended distro by far was SecureBlue, an atomic distro, so I will be trying that one. If that doesn’t work, I may try other atomic distros such as Fedora Atomic or Fedora Silverblue (I may have made an error in my understanding of those two, please correct my if I did!). EndeavourOS was also highly recommended, so if I’m not a fan of atomic distros I will be using that. To @leraje@lemmy.blahaj.zone, your suggestion for Linux Mint Debian Edition with GNOME sounds like a dream, so I may use it as a secondary for my laptop. Thank you all again for your help and support, and I hope this helps someone else too!

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    7 months ago

    Look at this

    Fedora is fine, you may want to use secureblue or just plain Fedora Atomic/ ublue as Base.

    But generally using as many flatpaks as possible and least system packages, and managing filesystem permissions like the guy on Fedora Discuss, this should totally fit your needs.

    QubesOS is cool but it tries to solve the problem of insecure software through extreme compartimentalization which is hard to use and extreme on the hardware.

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      Oddly enough, at the time only having installed a few Linux distros in my life, Qubes OS was very easy to install and ran just fine on my medium-grade hardware. Lots of people mention having problems with it, but I got really lucky it seems. Thanks for your suggestion!

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        I would call it a variant, as its 99% fedora with some different packages (hardened malloc, pam authramp, etc.) and continuously deployed changes.

  • Leraje
    link
    fedilink
    English
    arrow-up
    14
    ·
    7 months ago

    Depends on what level of privacy you want. I’m using Linux Mint Debian Edition with GNOME installed on it and it hits the sweet spot between privacy respecting and Mint’s ease of use.

      • Leraje
        link
        fedilink
        English
        arrow-up
        8
        ·
        7 months ago

        Nope, no issues :) Debian is (as you know) pretty rock solid and Mint is too. It’s pretty much like having a system as reliable as Ubuntu but with none of the Canonical bullshit.

  • PeachMan@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    7 months ago

    What features do you specifically want? You mentioned sandboxing. Anything else?

    I’d say just keep it simple. If you’re comfortable with Debian then stick with that, study up and learn how to harden it. Kali, ParrotOS, Mint, Ubuntu…they’re all just based on Debian with different preinstalled apps and desktop environments. Fedora and Arch are kinda weird and unique, I’m not sure if I’d recommend those for anyone, unless you KNOW that’s what you need. Qubes seems interesting, I’m not familiar with that.

    But I’ll point out that ALL of these distros are miles ahead of Windows in terms of privacy. So just by using Mint for a while, you were already ahead of the curve.

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      7 months ago

      I could make a list of all the things I would want in a distro as far as privacy, but a lot of them aren’t as important as sandboxing and (obviously) a system that doesn’t actively make your privacy life hell. Other features would be better clipboard management (Tails and Qubes do a great job with that), no obvious gaps in security/privacy, a system that you don’t have to build yourself, etc.

      I think I’ve used Fedora more than I have Mint, but I have been completely Windows free for years now!

  • om1k@sopuli.xyz
    link
    fedilink
    arrow-up
    9
    ·
    7 months ago

    From what I understand, wayland is better than x11 for privacy bc of the use of portals (the way apps communicate with the system), and flatpak over distro packages for sandboxing (you can also change the permissions yourself with flatseal).

  • xorsch@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    7 months ago

    If you would experimentate can try Alpine linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

    At least that says about itself.

    However, I have never installed it

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      I believe I may have live booted it once (when I needed to perform an action that live booting with Ubuntu couldn’t do), and I really enjoyed the look and feel of it for the short time I used it.

      Or it was a different one, but let’s just assume it was Alpine ;)

    • leanleft@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      not as much of a security distro as u would assume. but its the closest thing in linux.

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      7 months ago

      No telemetry and good sandboxing by default are the main two things I am looking for in terms of privacy. As GravitySpoiled has mentioned, Arch isn’t an “install and forget about it” distro, which is another thing I would look for if it were to be my main OS. If you have any suggestions based on that, please let me know!

  • GravitySpoiled@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 months ago

    What proper sandboying in fedora are you missing? Fedora is very advanced in that regard compared to most other distros.

    Traditional Fedora and especially atomic distros are very good for this, see other comments as well recommending ublue.

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      I had installed an app (flatpak) that required the use of my microphone. I knew I had disabled microphone permissions globally in settings, so I went into settings and turned microphone access on. The app successfully used my microphone, but the issue is it doesn’t show up as an app that requested microphone permissions in settings. Further reading showed that sandboxed apps are forced to request microphone access, but unsandboxed apps can freely use the microphone. This led me to believe that the flatpaks I had been installing were not sandboxed. I could be wrong, so some insight would be much appreciated!

  • Kory@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

    Yay for the first post!

    I cannot comment on the topic but I’m wondering if you would get more insights from the folks in the !linux@lemmy.ml community. Maybe wanna crosspost?

  • Cyborganism@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

    I recently tried a bunch of distros. I’ve been using Linux since 2001 and I’ve been using Ubuntu mostly (or KDE, xfce, mate flavors). I, too, am concerned with privacy and am looking for something simple which allows me to pay PC games with steam.

    I tried Endeavour OS, which is a slightly more user friendly, game oriented Arch distro with tools for installing gaming software and drivers, POP! OS which is an Ubuntu based gaming oriented distro as well with a Gnome desktop by default, and Elementary OS, based on Ubuntu, which has a kind of Gnome, MacOS looking interface, but not specifically for gaming.

    All of them address the privacy issue by not including the telemetry packages.

    The best out of the three in my opinion was Elementary OS. It’s absolutely gorgeous, easy to use and allows you to focus on what you need to do without any hassle. You can install most of your apps through flatpaks if that’s what you’re looking for. And there are no snaps, but you have the option of installing it if you want.

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      3
      ·
      7 months ago

      Those are all great suggestions, thank you! Have you encountered any obvious issues or pitfalls that I should avoid?

      • Cyborganism@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        7 months ago

        Unless you’ve used Arch before or that you’re a Linux power user (meaning you’re not afraid of using a terminal and messing around with config files using a text editor), I would probably stay away from Endeavour OS. But if you don’t mind messing around a bit and having to configure your stuff through the terminal, then I think it’s a great option, especially for gaming. Endeavour isn’t as bleeding edge in its software packages as the OG Arch so it’s going to be more stable and less prone to bugs and hickups. Plus I found having the tools to set up stuff like NVidia graphics drivers and Steam and other game launcher alternatives pretty damn awesome. Plus, during the installation, if you select to get the online repos to install, you can pick which desktop environment to use, including Gnome.

        POP! is so god damn simple. And upon first boot you get a bunch of dialogues to help you with setting up your gaming stuff including drivers. The app store has all the gaming stuff like Steam and other launchers right at the top. The default desktop is Gnome with a custom panel at the bottom. And it’s all based on Ubuntu LTS, so it’s stable, but it might lag behind in software versions. Everything just worked out of the box. I don’t think you’d face any pitfalls here. And the Debian packaging system, as you probably know, is very similar to Fedora’s.

        Elementary OS had some hiccups on first boot. The default web browser is Gnome Web (AKA Epiphany) installed as a flatpak. For some reason on my VM, page renders were all blank white pages. I had to install the Flatseal flatpak to fix some graphical option with the Gnome Web flatpak permissions. But you can also get Firefox from the app store instead. There was another benign issue, but I can’t remember what it was. The web browser problem was the main one. Then for installing graphical drivers, if you have an ATI card I think you’re already pretty golden. With NVidia, you’ll need to download and install the driver using NVidia’s provided installer or add some PPA package repository. You can probably follow a tutorial like this one. As for steam, you can probably download and install it like any other package. I’d install Synaptic package manager to easily manage package installation, removal, etc. Yeah, this one is a bit more of a hassle, but the desktop experience LARGELY makes up for it. I really fell in love with this one.

        • The 8232 Project@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          Thank you very much for your detailed response! I’m comfortable pushing the boundaries of a normal operating system (I kind of have to, I’m a programmer, after all!) but I wouldn’t consider myself a power user.

  • aion@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    7 months ago

    Fedora Silverblue uses flatpaks for most apps by default. The exception is Firefox because the codes haven’t been sandboxed yet, but they are working on it. If you don’t need to play videos in Firefox, there is a flatpak available.

    I realize Firefox is probably the biggest thing that really should be sandboxed, its why I haven’t switched to Silverblue yet.

    • Bitrot@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 months ago

      The Firefox official flatpak on flathub plays videos fine. It can even use vaapi if you install that.

      • aion@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Interesting, I wonder why Silverblue hasn’t switched yet. Or maybe the documentation is out of date.

        • Bitrot@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          7 months ago

          Bundling it means Firefox is guaranteed to be there on a default install, so you can look up documentation and get online or pass through a captive portal. Fedora also tends to prefer their own flatpak repository over flathub although that might be changing.

    • The 8232 Project@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      I recently switched to Mullvad Browser from Librewolf (both are Firefox based), do those still fall under the same conditions?