Upstream images vs bazzite: https://github.com/ublue-os/countme/blob/main/growth_upstream_with_bazzite.svg

My prediction: bazzite may have more installs than Fedora KDE by the end of the year.

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 month ago (1 child)

I had that happen many times, but that was on arch. On other distributions getting updates which break the system is quite rare in my experience.

How does an immutable distribution make the system immune to virus? I'd imagine flatpak can have upstream attacks as well as opening stuff in vulnerable software. You still have access to all your personal files, which is likely what the malware will go after.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 month ago (2 children)

    Immutable means: every time you power it on, it's the same.

    So, if you get infected by a virus, power cycle and it's like it never happened.

    That, like everything you read on the internet, is a gross oversimplification, caveats apply, etc. etc. but for the most part, that's what immutable means: the running system has no ability to persist changes (except in very specific, controlled, secure, easier to protect circumstances...)

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 1 month ago (1 child)

    I guess a virus can, and often does, live in plain data. Moreover, can you not have scripts and executables in your personal directory? Can you not schedule a cronjob or a systemd service?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 month ago

    Everything is possible. The point of immutability is the ability to restore to "factory fresh" state with a power cycle.

    In theory, the data section is treated as data only, not executable. Software (games) can, and will, improperly store and execute code there, but at least they can be identified when they do and disabled/removed without breaking the underlying system.

  • source
  • parent