• @eeleech@lemm.ee
      link
      fedilink
      169 months ago

      afaik yes, at least the arch kernel has selinux enabled, but you need to install the user space tools from the AUR.

    • @Sh1nyM3t4l4ss@lemmy.world
      link
      fedilink
      59 months ago

      I'm not aware of another one. Some other distros like Ubuntu and OpenSUSE ship AppArmor instead, which does similar things but isn't considered quite as secure.

      I know plenty of other popular distros don't ship any Mandatory Access Control system at all which seems like a very bad security practice to me. Same thing with Firewalls.

      • Baut [she/her] auf.
        link
        fedilink
        89 months ago

        Nitpick: it's not that AppArmor isn't as secure, it's just that SELinux is more powerful. The security always is up to the profiles.
        If you were to compare the policies for Fedora and e.g. Debian, I would assume Fedora has better ones though lol

        • @ladyanita22@lemmy.world
          link
          fedilink
          39 months ago

          For sure. I believe Debian's AppArmor integration is a little bit of an afterthought and there's lots of patches missing as Canonical likes to keep many improvements downstream.

      • Neon 🇺🇦🇪🇺🇹🇼🇮🇱
        link
        fedilink
        6
        edit-2
        9 months ago

        yeah, same. I am currently on NixOS, but looking to move away because it's lacking support any MAC. I really love NixOS and it's declarative approach to things, but i can't live with such a large security hole in my home Network.

        As soon as i find a Distro that has MAC and allows for at least semi-declarative configuration, i am switching. But being able to declare an env/dconf setting in my config and sync it across all devices is just too powerful

          • Neon 🇺🇦🇪🇺🇹🇼🇮🇱
            link
            fedilink
            1
            edit-2
            9 months ago

            while i think that ansible is really cool, it's not the same as Nix.

            correct me if i'm wrong, but afaik Ansible just modifies the current state of the System with a declarative configuration.

            Nix reverts your system back to install and then applies the configuration. The result is that in Nix if i remove something from the configuration.nix it is as if it never existed, whereas on Ansible it stays unless i manually run a task to uninstall it.