Hi, Im searching for a secure distro for normal daily use for my laptop. Currently Im running arch linux with full disk encryption, secure boot, linux hardened, firewalld and most apps as flatpaks (with some disabled permissions using flatseal). I think its pretty secure laptop but it could be more secure.

Tails and Whonix are the most secure but they are not ment for normal daily use…

There is a lot of new immutable distros. Getting (system) malware is harder to get on them. Im most interested in blendOS, because its based. Does anyone know if it has full disk encryption, secure boot, etc. or can it be done by the user? What about other distros like Fedora Silverblue?

Any other recommendations?

Thank you :)

  • throwawayish
    link
    fedilink
    arrow-up
    34
    ·
    10 months ago

    While technically not a Linux distro, Qubes OS is the gold standard. With the primary cons being that it’s kinda hard on system requirements and it doesn’t play nice with dedicated GPUs and thus software that would require it.

    Honorable mentions would be Fedora Silverblue/Kinoite/Sericea, Kicksecure, openSUSE Aeon/Kalpa and Vanilla OS. Of course, regular Fedora and openSUSE Tumbleweed are still good even without being immutable. The aforementioned distros all have varying levels of hardening out of the box. While the offerings of Fedora and openSUSE have better defaults than most other distros, Kicksecure -which is made by the same team behind Whonix- is almost completely hardened from the get-go. Vanilla OS is in a major overhaul, so I refrain from making any strong judgements on it yet.

    For whatever it’s worth, a couple of years ago the (infamous) Madaidan (AKA security researcher on Kicksecure and Whonix) did recommend running minimalist distros like Alpine, Artix, Gentoo and Void for the sake of security. However, he did that recommendation on the basis of minimalism and zero-trust. However, that would require the system administrator (read: you) to actually know their shit. Which, unfortunately, is often times not the case as not everyone that’s sensitive of their digital security proceeds to study cybersecurity. That’s where the “honorable mentions” in the previous paragraph come into play; all of the distros that were mentioned within actually have shown to take security very seriously and acknowledge with the amount of heavy-lifting they do that they hold a sense of responsibility in that regard.

    Im most interested in blendOS, because its based.

    I once had an interaction with its primary developer and the dude was oblivious on which MAC was configured on his distro; spoiler-alert: none. It does a bunch of cool stuff, but I wouldn’t call it secure (by default) by any stretch of the imagination.

    • chevy9294@monero.townOP
      link
      fedilink
      arrow-up
      6
      ·
      10 months ago

      Thank you for your detailed answer! Im already using a minimalist distro (arch) with (almost) no problems. Before that I used Fedora. Becase of that and your recommendation I will probably switch to silverblue. Im a little scared of selinux (I was thinkering too much with fedora) but better with it than without. For AUR apps I will use distrobox. I would also like to try toolbx for my projects!

      • throwawayish
        link
        fedilink
        arrow-up
        5
        ·
        10 months ago

        Becase of that and your recommendation I will probably switch to silverblue.

        Silverblue is incidentally also my daily-driver; custom image through uBlue’s template to be more precise*.

        Im a little scared of selinux (I was thinkering too much with fedora) but better with it than without.

        Yup, SELinux is definitely a double-edged sword in that it’s very powerful but can therefore be a bit more restrictive. Though, currently it’s our only bet when it comes to confining containers as it’s (vastly) superior over AppArmor in that aspect. Which explains openSUSE’s recent conversion from AppArmor to SELinux for their distros that rely heavily on container workflows; like MicroOS, Aeon, Kalpa etc. Unfortunately it’s not the easiest to understand, but I’m sure you’ll manage 😉!

        For AUR apps I will use distrobox.

        Hehe, you know what’s good 😛.

  • drugo@lemmy.drugo.me
    link
    fedilink
    arrow-up
    15
    ·
    10 months ago

    I guess you’re getting to the point in security where you really should consider the cost/benefit of safety vs convenience. Do you really want or need to have an immutable system? While there’s obviously an argument to be made about the security benefits on those distros, I’d say that they’re mainly made for CI/CD, cloud environments etc, and probably not something you want to put in a laptop and use as a daily driver. Your laptop is likely already more secure than 99% of other laptops, and in the end all you need to not get malware are a firewall and common sense if you’re not an exposed entity.

    • throwawayish
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      10 months ago

      I’d say that they’re mainly made for CI/CD, cloud environments etc, and probably not something you want to put in a laptop and use as a daily driver.

      Why do you think that? Would you be so kind to elaborate?

  • hottari
    link
    fedilink
    arrow-up
    15
    arrow-down
    2
    ·
    10 months ago

    Seems to me like you already have a secure setup. You just need to keep it secure. I personally can’t imagine downgrading from using Arch to an inflexible immutable distro.

    • throwawayish
      link
      fedilink
      arrow-up
      9
      ·
      10 months ago

      an inflexible immutable distro

      Besides the somewhat unfortunate and false ‘immutable’ name, what makes them inflexible according to you?

      • hottari
        link
        fedilink
        arrow-up
        5
        arrow-down
        6
        ·
        edit-2
        10 months ago

        Can’t install a new system package for most immutable distros without going through some magic incantation, then doing a reboot as an example.

        Everything immutable is designed to be inflexible for the user. Am not saying that it’s a bad thing if that’s what you clearly want.

        • throwawayish
          link
          fedilink
          arrow-up
          11
          ·
          10 months ago

          First of all, thank you for replying 💙 !

          Can’t install a new system package for most immutable distros without going through some magic incantation

          blendOS: Replace sudo pacman -Syu with system install

          Fedora’s ‘immutable’ distros: Replace sudo dnf install with rpm-ostree install

          openSUSE’s ‘immutable’ distros: Replace sudo zypper install with sudo transactional-update pkg install

          While Guix and NixOS offer somewhat similar functionality with their guix install and nix-env -iA commands respectively, usage of said comments are rarely done by advanced users as other means to install packages are more sophisticated. And in terms of how sophisticated installing a mere package can get, one might argue that Guix and NixOS are to ‘immutable’ distros what Gentoo is to mutable distros.

          And with that we just went over the ‘immutable’ distros that are prevalent in 95% of the discourse (besides Vanilla OS; but that one’s in a major overhaul) and none of the commands found above strike me as particularly hard. Though, of course, your mileage may vary.

          then doing a reboot

          I’ll just briefly mention that --apply-live exist for Fedora’s immutable distros if you like living on the edge. Furthermore, both Guix and NixOS don’t require a reboot in most cases. Finally, while the soft-reboot feature from systemd benefits all distros, one can’t deny how impactful it is to ‘immutable’ distros in particular.

        • theshatterstone54@feddit.uk
          link
          fedilink
          arrow-up
          4
          ·
          10 months ago

          Everything immutable is designed to be inflexible for the user

          laughs in NixOS being as flexible as Arch, having about the same number of packages and better stability, as well as offering rollbacks, a stable release if you want that breadth of package availability on a static release system, that also has a declarative configuration, making it far, far easier to set up over time, or on multiple machines

          • hottari
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            10 months ago

            NixOS is very different from something like Fedora Silverblue or MicroOS. Am not even sure we are talking about the same thing here.

            • theshatterstone54@feddit.uk
              link
              fedilink
              arrow-up
              3
              ·
              10 months ago

              Still immutable. You can’t make a claim about all immutable systems, when some don’t follow the same principles and don’t necessarily have the same limitations. With SilverBlue you can still use rpm-ostree and I think it is also possible to install such packages on MicroOS, but I don’t know how.

              • hottari
                link
                fedilink
                arrow-up
                2
                arrow-down
                1
                ·
                10 months ago

                Found an article that clearly describes what immutable distros are. I don’t know where NixOS fits in all this.

                My claim about them being inflexible is because that’s how they are designed. Doesn’t take 5 minutes to come to that conclusion compared to traditional distros.

                • theshatterstone54@feddit.uk
                  link
                  fedilink
                  arrow-up
                  1
                  arrow-down
                  1
                  ·
                  10 months ago

                  They are not as flexible, but claiming them to be inflexible creates a false perception. It might not be as easy to change some parts of them, but it is certainly possible

  • joojmachine
    link
    fedilink
    arrow-up
    9
    ·
    10 months ago

    Your setup is already pretty good, but I can recommend Silverblue with my personal use.

  • Cam@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    2
    ·
    10 months ago

    How is blendOS based?

    And personally most distros will do since linux is secure over all. I like Linux Mint personally and is good for programming and generic use.

  • bob@infosec.pub
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    Depends on your use case, but any up-to-date distro is secure. Security issues mainly comes from the user’s actions.

  • Parade du Grotesque@lemmy.sdf.org
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    10 months ago

    OpenBSD.

    Period.

    Sure, you can harden Linux to the same level of security. But OpenBSD comes with all the goodies installed out of the box.

  • library_napper@monyet.cc
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    You want Qubes. And keep a stick of TAILS on you for high-risk situations. But Qubes is your easy daily driver.

  • nothendev@sopuli.xyz
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    nixos. make containers, easy encryption and firewall config, immutable /etc and a lot of small stuff that makes this more secure

  • Lucia@eviltoast.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    I’m not really into security-focused distros, but heard good things about QubesOS. Also, what about OpenBSD?

    • Gunpachi@lemmings.world
      link
      fedilink
      arrow-up
      3
      ·
      10 months ago

      Openbsd is really good but it is not linux. It doesn’t have as much packages as linux and may perform a bit slower on applications compared to it’s linux counterpart. Also, drivers for some hardware may not be available for Openbsd. Some filesystems like btrfs are not supported.

      Still, openbsd and freebsd are worth checking out for learning about UNIX like OSes and routers, servers etc. It can also be daily driven if you can make do with the available packages.

    • Oisteink@feddit.nl
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Openbsd IS based. It might not be for the average joe, and it’s never cutting edge. FreeBSD is though. And Netbsd can run on just about anything

  • jman6495
    link
    fedilink
    arrow-up
    5
    ·
    10 months ago

    Few of the recommendations here are good for general use. I’d recommend fedora silverblue

  • GustavoM@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    10 months ago

    a secure distro for normal daily use

    Any distro, really. Tails and Tor may have some extra features but aren’t mandatory by any means. Just make sure Common Sense Antivirus ™ is g2g and you should be good.