cross-posted from: https://infosec.pub/post/15781466

Am I out of touch?

No, it’s the forward-thinking generation of software engineers that want elegant, reliable, declarative systems that are wrong.

47 points

But an immutable distro is not necessarily declarative, and the other way around.

Why lump them together?

permalink
report
reply
14 points

I’m guessing this refers to the not entirely separate groups of Nix(OS), Haskell, XMonad fans

permalink
report
parent
reply
3 points

Don’t forget us Bluefin/Aurora people either

permalink
report
parent
reply
2 points

an immutable distro is not necessarily declarative

It is necessarily so. You can’t configure an immutable distro by a sequence of mutations.

But yes, the other way around is quite possible.

permalink
report
parent
reply
6 points

You can’t configure an immutable distro by a sequence of mutations.

Isn’t that literally how ostree works?

permalink
report
parent
reply
2 points

NixOS isn’t immutable though. It runs on normal writable ext4 by default.

permalink
report
parent
reply
42 points

Immutable was adopted for Android because Google and the Android vendors wanted to lock down the platform, and because they always distribute their OS images and updates as binary blobs.

It offers no benefits to an open ecosystem like Linux, that you can’t already accomplish with existing security measures.

It offers some benefits to distro maintainers who are only willing/able to focus on the core system and delegate the rest of the software to distro-agnostic packages. That’s definitely an interesting niche and I look forward to it. But please note that whether the core is immutable is completely irrelevant in this scenario.

Generally speaking, if you want to use distro-agnostic packages you can do that regardless of whether the system is immutable or not.

And since we’re on the topic, if we’re borrowing things from Android I would love to have the application sandboxing and permissions. I think they’d be a much bigger benefit – to all distros, immutable or not.

permalink
report
reply
11 points

Immutable partitions are amazing for reliability, then you can just OverlayFS your mutable state on top of it

permalink
report
parent
reply
1 point

The problem with making the core immutable is that you have to decide where you draw the line between immutable and regular packages.

It sounds nice to be able to always have an immutable blob with some built-in functionality that you can fall back to, but the question is how far do you want to take that blob?

Things that go into the immutable blob don’t offer much (if any) choice to the user. I can see it being used for something like the kernel and basic drivers, coreutils, basic networking. It starts getting blurry when you get to things like systemd and over-reaching when it gets to desktop functionality.

Also, you say it’s more reliable but you can get bugs in anything. Version x.y.z of the kernel can have bugs whether it’s distributed as part of an immutable core or as a package.

I definitely think distributing software as immutable bulk layers can be useful for certain device classes such as embedded, mobile, gaming etc. The Steam Deck for example and other devices where the vendor can predefine the partition table and just image it with a single binary blob.

On the desktop however I struggle to see what problems immutable solves that are not already solved some other way. Desktop machines require some degree of flexibility.

permalink
report
parent
reply
3 points
*

Also, you say it’s more reliable but you can get bugs in anything. Version x.y.z of the kernel can have bugs whether it’s distributed as part of an immutable core or as a package.

The whole point is you can roll back if something breaks.

It starts getting blurry when you get to things like systemd and over-reaching when it gets to desktop functionality.

Systemd is a core part of the system as init always has been.

Honestly though I don’t think you actually understand the difference between declarative and immutable distros. Unlike what some people think they aren’t actually the same thing. It would be nice if people stopped limping them together.

permalink
report
parent
reply
1 point

Most packages are purely additive to to system. If GNOME is part of the base system, I don’t care because I can just not use it. For packages that are mutually exclusive, well, usually that’s the distro picking it for you anyway, but if you insist on changing them then OverlayFS lets you mask files in the base.

For something like Arch or Gentoo, the read-only partition approach absolutely won’t work, but I know Fedora’s been working on an OSTree immutable approach, so it’s still technically a mutable partition but it’s defined declaratively and is still easy to roll back.

permalink
report
parent
reply
8 points

And since we’re on the topic, if we’re borrowing things from Android I would love to have the application sandboxing and permissions. I think they’d be a much bigger benefit – to all distros, immutable or not.

Flatpaks and Wayland should fill out this part nicely.

permalink
report
parent
reply
2 points
*

This often means unofficial builds that aren’t from the developer that sometimes have sandbox specific issues the devs didn’t contemplate because they don’t actually do flatpaks. If someday the random bob who is neither the original developer nor some trusted individual connected to the distro is hacked they may push out a malware enabled update that pwns all the people who automatically update in short order. This doesn’t seem like a security increasing feature.

permalink
report
parent
reply
7 points

I don’t think anyone uses immutable distros for security, the main selling point I believe is that you can rollback when the system breaks due to a update, especially when it’s a rolling release

permalink
report
parent
reply
7 points

I can do that with Timeshift on any distro

permalink
report
parent
reply
39 points

Look, if you love declarative systems that’s cool. I’m genuinely happy for you that you have much better options now. That can only be good.

That being said, they only solve problems that I don’t have. I do not care even the tiniest amount about whether a system is declarative or not, and I’m definitely not going to go out of my way to seek them out. If you want to call that “out of touch” then so be it.

permalink
report
reply
12 points

I just like them because my system feels “cleaner.” Always drove me nuts with Arch or Debian when you install something, let’s say it requires ~20 decencies, then you remove it later, run the respective dependency clean command, and it only removes lets say ~12 packages. Like where did those 8 dependencies go? Are they just stuck on my system forever? Atomic desktops don’t have this issue which I really appreciate.

permalink
report
parent
reply
1 point

The 8 dependencies must be an optional dependency for some other package you already have installed. That said, that kind of stuff is the main reason I want to try NixOS - any time I install something, configure something, etc. I’m risking forgetting about it and getting tripped up over it down the line, with no good way to check.

permalink
report
parent
reply
26 points

I want this but without learning a new functional language to do it.

permalink
report
reply
19 points
*

Just waiting for one that requires you to compile one Monad to define your whole distro. Types all the way.

Then I’m writing a blog post how your Linux distro is a burrito.

permalink
report
parent
reply
13 points

ostree go brrrr

permalink
report
parent
reply
3 points

Aeon is the way

permalink
report
parent
reply
15 points

Imagine being so devoid of soul and spirit you turn your OS into kubernetes

permalink
report
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 7.4K

    Monthly active users

  • 910

    Posts

  • 15K

    Comments