Hi guys!

I am currently trying Arch in a VM and I like it a lot. Wanted to try the hardened kernel all the time, but it has the problem of forbidding custom namespaces.

Tbh I dont even know what that is, but on arch, installing bubblewrap-suid fixes the flatpak problem.

I could not find such a package for Podman, which is used as backend (?) in Distrobox.

Is there a way to make Podman, Docker, Distrobox, Toolbox work on linux-hardened?

This is a big requirement for making a Fedora Atomic version using the hardened kernel, which sounds great, as they completely rely on these containers.

  • @markstos
    link
    1310 months ago

    Tools like Podman, Docker, Distrobox and Toolbox use custom uid namespaces. I don’t see how they could work with them disabled.

    • @[email protected]OP
      link
      fedilink
      210 months ago

      With a specific exception only for one software. I would be happy with Flatpak and Podman. Maybe Waydroid and wine too though?

      • Rustmilian
        link
        English
        310 months ago

        Wine should just work.
        Waydroid needs extra support from the kernel that linux-hardend has disabled at compile time. There’s a DKMS solution however.