this post was submitted on 29 Nov 2023
156 points (99.4% liked)

Linux

47372 readers
1026 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 9 months ago (3 children)

Does Nix need user namespaces, and does it allow good Sandboxing like Podman or Flatpak?

[–] [email protected] 1 points 9 months ago (1 children)

Nix packages arent containerized by default. But since every depenedency is clearly defined. there are tools wrap packkages using bublewrap, or tools build layered docker imahes

But building packages happens in sandbox

[–] [email protected] 1 points 9 months ago

Great thanks! So Fedora+Nix (maybe some hacky way to symlink it to /var/nix on every boot and it can run on Atomic too)+bubblejail (there is a COPR now for use in secureblue) could be a great setup!

Any info about namespaces? Hardened kernels block these for valid reasons. Flatpaks can use bubblewrap-suid, Podman is supposedly not compatible (not sure about that)

[–] [email protected] 1 points 9 months ago (1 children)

I've used flatpak in the past, and although you basically give up the declarative aspect they worked fine as far as I remember

[–] [email protected] 1 points 9 months ago (1 children)

That was not answering the question 😅

[–] [email protected] 1 points 9 months ago

Ah, I think I see what you meant now. My bad!

[–] [email protected] -3 points 9 months ago

No idea, I use Gentoo