Bonum Certa Men Certa

Immutable Operating Systems Do Not Really Enhance Security

Reprinted with permission from Ryan Farmer.

Immutable Operating Systems Won’t Make Your Data Secure.



(But they will annoy you.)



Immutable operating systems seem to be what all of the “cool kids” are talking about lately, but what are they?



Essentially, an example of the concept is Fedora Silverblue.



The file system root is mounted read-only, and operating systems become a “giant image” where the thousands of packages brought to you now through your distribution in a native packaging format such as RPM or DEB packages, are replaced with a modified packaging tool like “rpm-ostree”.



The issues brought about by this sort of a change are that the user can’t hold back particular updates, install only critical security updates (like Fedora users today can with dnf update –security), or update a few packages that need to go in right now, like a new Web browser, and keep everything else back for a while, or selectively back out a kernel that’s doing something odd until later on, but keep all the other updates.



Updates using rpm-ostree are transactional, in that they either fully succeed or entirely fail, but that doesn’t guarantee you have a perfectly functional system. It only means that the packages installed successfully. I can’t remember in decades of mostly using RPM distributions, when an RPM last jammed up and wouldn’t go in.



With rpm-ostree on Silverblue, you can still get buggy components, and the only thing you can really do to revert them is roll back the entire OS image, complete with other updates, which may be for security issues.



Needless to say, this is not a long-term solution any more than holding back a kernel, but now it covers your entire operating system!



Fedora has so much update churn, that if you use a system like this, then to put any updates into actual effect, you will be constantly interrupting your computer to reboot.



rpm-ostree supports “package overlays”, so yes, you can install RPMs and even RPM repositories, and the new packages get overlaid onto the image of the OS in the “RPM layer”, however, every time you install a package this way, you will need to reboot.



Red Hat’s answer to this is “You’re supposed to be using Flatpaks.”, which at this point, are not really fully available from Fedora Flatpaks, and not actually ultimately trustworthy as an authoritative source of software from Flathub.



Fedora has a feature proposal coming that will provide the user with full access to an “Unfiltered Flathub”, and they are dropping support for some RPMs, like LibreOffice, entirely.



So it seems to me like they’re gearing up to force everyone to nuke their Workstation install and go “Atomic Workstation” (the former name of Silverblue).



This will be highly disruptive to Fedora users, and since they’re going to have to reformat anyway, I think it’s a good time to just leave if you’re no longer interested in a distribution that doesn’t take usability and desktop users seriously (because IBM doesn’t).



Some Flatpaks do indeed work fine, most “appear” to work fine initially and then you find out later that the “Sandbox” actually breaks things. Sometimes the breakage is just annoying, sometimes it puts a real crimp on what you want the program to do.



For example, with OpenRA, you can’t install community mods into the games, so you’re going to need the AppImage files (a different universal program format for Linux I’ll get to later).



With GNOME Web (Epiphany), I tried to use the Flatpak on KDE because I think WebkitGTK is a pretty good rendering engine.



It makes pages look fantastic, but the Flatpak was completely broken and wouldn’t connect to Firefox Sync, which is also unfortunately the only way to bring in bookmarks and passwords without importing your bookmarks as an HTML file and the passwords one at a time. I currently have about 450 passwords in my browsers. I can share them between each browser in a CSV file. Web can’t import in this format.



They chose to depend on Firefox Sync, which doesn’t even work at all in the Flatpak.



When I installed GNOME Web through Flatpak in my Chromebook, it had the same issue with Firefox Sync. Apparently, it just needs something from GNOME, I believe, that they’re not putting in the Flatpak.



With Firefox in Flatpaks, sometimes the font rendering is broken.



Mozilla still hasn’t looked into this, four years after the bug was filed.



I gave up. But if that wasn’t enough, the “Sandbox”, which lets the browser download and execute files, but only in “Downloads” (So don’t worry, the malware can use that, but the rest of the file system is supposedly safe, so hooray!?), breaks Video Download Helper.



Video Download Helper requires a “CoApp” program to deal with HTTP Live Streaming sites. It probably also breaks other things that need a Native Helper like the extension to put Gopher support back into Firefox. (I didn’t check.)



When I tried to remove the file system “Sandbox” so the Firefox flatpak could fine the CoApp, the application stopped paying attention to its folder in ~/.var/app and wrote into my /home folder where non-Flatpak Firefox usually stores new profiles, caches, and settings. Ugh.



Using Flatpaks is aggravating because the “Something something security!” people have amazingly left almost all the attack surface, yet declared there’s a “Sandbox”, and because of the “Sandbox”, many applications come close to working, but no cigar, unless they don’t actually have to do very much.



Even Debian’s Wiki page about Flatpak has a section on Security concerns about the format, which leads to Flatkill.org.



Flatkill was last updated in 2020, and very little had changed. Most of the platform Flatpaks have old libraries that don’t get security patches, sometimes for nearly a year after a security hole is found.



Debian says that one reason to prefer Debian packages is because the system library will be patched centrally by the Debian Security Team, but if you use Flatpaks, then none of your Flatpaks pick up the fix unless it’s fixed by Flathub’s copy of the library.



If you use many Flatpaks, Debian loses their ability to protect you from slobs at Flathub who ignore security patches for their code libraries. Debian can only fix Debian’s libraries.



It’s fundamentally the same with every distribution, but when you use Fedora Silverblue or another immutable OS, and everything is a Flatpak, all your applications become vulnerable to Flathub’s slovenly security practices.



So you can imagine how horrible it must be to try to administer “Silverblue” or anything going down that path, like SUSE ALP probably will.



So this is why I said “Screw it!” and installed Debian. I don’t know if they’ll go down this particular path of errors, but if they do, I’ll use something else. We’ll cross that bridge when we get there.



This “immutable” file system garbage forces the user to run “containerized applications” which only causes a different disaster to actually happen.



Unpatched libraries piling up. Lots of them. Like Windows.



While I was initially supportive and enthusiastic about Flatpak, the more I’ve learned, seen, and experienced has shown me that it should really only be a supplemental source of software for when your distribution refuses to package something you want, or you need a later version than they have.



I myself have never had more than about 10-12 Flatpaks on the entire system, and that’s with thousands of RPMs or DEBs.



Another issue I’m seeing with Flatpak is that it seems to be an outlet for IBM/Red Hat’s anti-X11 propaganda.



They’ve already declared it a “Legacy Window System” even though Wayland is unstable and not feature-complete enough to use for any desktop other than GNOME.



In IBM’s world, everything except GNOME (which is sort of their corporate sewer), doesn’t exist.



KWin is a fantastic window manager. It also supports X11 better than Wayland. The IBM propaganda and troll army has already declared Wayland to be everything you need, even though in the background they quietly do thousands of patches to XWayland which have no relevance to Xorg Server running as the windowing system natively.



It’s very important to them to get XWayland into better shape because most software developers have assigned little to no priority to actually supporting Wayland itself, and using Wayland directly will destabilize many window managers, and make X11 applications fail to work properly. (Even on GNOME.)



So, since Wayland is making everything I do function worse, also having this propaganda about X11 in Flatpak is just making me cringe about Flatpak more.



But isn’t some “security” better than none?



If it doesn’t get in the user’s way and if they actually fix it when it does, hey, I’m all for it.



But creating a problem by solving another, smaller, problem, is not “security”. It just changes the type of danger the user is now in.



Discretionary Access Controls are something so fundamental and basic, that Microsoft basically made them unworkable until Windows 7, and broken from Windows 7 onward.



But we are supposed to let them have a pass and complain about every local privilege escalation bug in Linux?



Just fix them! Fix them as they are discovered.



Making the file system root read-only on a general purpose OS will piss off administrators, but it won’t substantially add any real security to a desktop system.



Unless you have a very narrow use case, like an embedded or server operation, or something like Tails where the user is supposed to be in a live environment that gets cleared from main memory and wiped anyway, and shouldn’t be going around installing things, and making the thing tamper-resilient is the use case because it won’t harm the appliance anyway, immutable file systems and containers are somewhat overrated.



This is an example of “Justify your use case.” being ignored by the people who tend to say it all the time themselves.



Most malicious software is more than happy getting to a place where it can spy on the users or encrypt their data and make demands for payment to get it back.



Like what’s so common on Microsoft Windows.



You can do a lot of that damage even with the Flatpak “Sandbox” (which the author and the user both control, so there may not even be any Sandboxing to speak of), and a read-only file system root.



About half of the most popular applications don’t even have the “Sandbox” on to a meaningful degree, on top of the rotting libraries issue.



Most “cross-platform” malware is actually a malicious browser extension that gets overlooked by Google.



They’ve let the Chrome Web Store turn into a malware author’s paradise. They remove some every now and then, but there’s always more.



You shouldn’t “install all kinds of extensions”, especially ones under a proprietary license, where the author cannot be verified to have put it there, or things you don’t absolutely need.



Most attackers aren’t really trying to screw up your computer.



In the 1980s and 1990s, when you got a computer virus, it was something some bored asshole did to mess up your machine. They were just malicious and laughing to themselves about being able to trash a lot of people’s computers because they stuck in a floppy disk and ran the wrong program. Sometimes the goal was to just make the computer do something really annoying.



Now, they’re trying to make money, through adware, keyloggers to steal bank info, etc., which they can do through Chrome extensions.



None of this “Silverblue” stuff will protect you from that. You have to use your brain and limit your exposure.



Putting the Web in a position where it has become so overgrown that “visit page, get pwned” is even possible, is the doing of Google, Apple, Microsoft, and Mozilla.



Recognizing malware in a browser’s extension store faster, and pulling it out, is where Google and other browser makers could really do some setbacks.



Crippling an operating system to deal with those threats is inappropriate.



Immutable operating systems also don’t do anything about potential ransomware that may want to run in the area of the file system the user controls, because that’s where their files are.



You know, call me old fashioned. One of the things I like about updates being deployed through individual packages is, as the owner of the computer, I like to have some say in what gets pulled in, and when is a convenient time for a reboot.



Not offering the user individual updates and letting them apply “only security”, or “security plus this issue I’m having”, is partly how Windows got to be as much of a mess as it is now.



Where every month Microsoft craps out an update several hundred MB big, and then breaks things, and “uses telemetry” to see how it went for whoever was unlucky enough to get it first.



I really don’t like to be pissed on and told it’s raining.



If you want to do an immutable OS with Flatpaks because it’s easier for you as an OS vendor to point me to semi-trusted packages that all don’t work to some degree and have rotting libraries and partial-sandboxing, and give me mega-updates that are all or nothing, and “Don’t worry about what’s in them, you’ll find out…”, then just say that.



Please don’t tell me you’re “Securing” my PC.



Real security is “trench work”. It means fixing bugs and immediately rolling out patches.



Flatpaks can never be part of a concept like this as long as the people behind it don’t want to package new libraries quickly, and nobody is willing to tell application developers “fix your program”.



I’ve had an amazingly long 25 year malware-free Linux experience.



I have a difficult time believing I’ll suddenly run into something tomorrow if I don’t deploy an “immutable” OS with Flatpaks-only.



However, what Fedora Silverblue users will find staring them in their face when they open “unfiltered Flathub” in GNOME Software, among other things, is a gigantic piece of trash, and keylogger, packaged by free (to Microsoft) labor, called Microsoft Edge for Linux along with 600 other pieces of really dodgy proprietary software, like Zoom.



Have fun with that.



Or you can join me in moving to whichever operating system doesn’t seem to be showing interest in going in this direction.



For what it’s worth, I don’t think there’s any strong community interest in containers, Flatpak, or immutable distributions. All of the immutable distributions I know of that are purported to be of general purpose use are maintained by corporations.



I think they might sound better on a “whitepaper” on the desk at an IBM boardroom meeting than they perform in practice.



In a Chromebook, all of Debian is in a container, but Debian itself is not an immutable OS or trying to restrain what the user can accomplish in the container.



Google has also bridged the container to the main OS so that the user can share files and other resources with the Debian system. Perhaps Google’s model is the best example of a containerized product on the market for average users, but they don’t have it set up the way that Silverblue and other “immutable Linux distributions” are trying to go.



I believe that, contrasted with IBM debauching the Linux experience, Google has provided a successful example of how containerized operating systems actually can add an incredible amount of value to a product.



When I bought my first Chromebook, it was just a Web browser. It couldn’t do anything else, couldn’t even print with it.



A “Google Cloud Print” thing came up and told me my printer was useless and I’d have to buy a “Google Cloud Print” printer and hook it up to my network, so I was stuck printing to PDFs and sticking them on a thumbdrive for the library’s copying machine.



Microsoft, of all companies, even made an advertisement mocking them for being “basically a brick” without an Internet connection. (With the cast of Pawn Stars.)



With support for CUPS and Debian, Google has made the Chromebook a Windows PC-killer.



Even my spouse, who has no interest in administering a computer, is a Debian user now thanks to the Chromebook.



We don’t even use Chrome on it. I set it up so it has other browsers by the way of Android and Linux.



I think it’s kind of neat that Google realized people were walking away, but you can get OEMs the marketshare they crave if you just sell the customer an entire computer.



After it reaches end of life in a couple years, I’m going to perform some surgery and put Chrome OS Flex on it.



Recent Techrights' Posts

Microsoft 'Studies' Again? Leon Musolff is Writing Papers With Microsoft.
Even if one can see/find a link to "the study" (in the Bezos-controlled publication), most people won't look any further and just take everything at face value.
Towards GNU World Domination
The FSF led by Geoffrey S. Knauth with his friend Richard Stallman in the FSF's Board [...] Let's encourage people to adopt GNU/Linux. There has never been a better time.
 
Open Source Initiative (OSI) Promoting Microsoft and Proprietary Software Using Microsoft Operatives
Because nothing says "Open Source" like GPL violations facilitated by Microsoft
Another Site Bites the Dust: "Open Source For You" Becoming a Slopfarm (LLM Slop)
What a shame. Another dead site.
Links 23/04/2025: Crackdowns on Dissent, Palin Loses Libel Retrial Against New York Times
Links for the day
Links 23/04/2025: Hard Times and Digital Amnesia
Links for the day
The GNU/Linux Site Formerly Known as "linoxide.com" is Back... as an LLM Slopfarm!
Better for linoxide.com to go offline than to do this
Get Rid of Back Doors, Don't Obsess Over Bounties and Other Corporate PR Stunts (or Needless Reboot Rituals)
Security as a term has mostly lost its meaning due to repeated misuse for many years
Richard Stallman to Speak in Oxford University Exactly a Day From Now
outsourced to GAFAM
Links 23/04/2025: "Hiding Corruption" and "The Cost of Defunding Harvard"
Links for the day
statCounter Helps Visualise Just How Deep in Trouble Microsoft is (Especially in Africa)
Microsoft sabotaged efforts to connect Africans and equip them with GNU/Linux laptops
The Register is Using Linux-Hostile Clickbait in Articles of Linux Proponents
Don't be a "whore" to advertisers, team El Reg
Microsoft Windows in Cyprus Lacking a Future
Most people access the Web there from mobile
Matrix Has a Severe Problem With Illegal Images
If Matrix cannot get the CP problem under control, many projects and people will dump Matrix
Never Try to Justify Strangulation of Women (Not in the US and Not in the UK)
Joint post by Mrs. Rianne Schestowitz and Dr. Roy Schestowitz
Links 23/04/2025: Tesla Profits Plunge 71%, Intel Ready to Lay Off 20% of Staff, Microsoft and IBM Layoffs
Links for the day
Microsoft's Most Profound Issue is That People Moved to 'Mobile' and "App Stores" (Microsoft's Presence There is Negligible)
Expect a wild ride for Microsoft this year
Google News is Amplifying FUD and Lies About Linux (and OpenSSH/SSH) by Promoting Slopfarms With Machine-Generated FUD and Slop Images
Google should know better
Gemini Links 23/04/2025: Librarians, Anubis, and Refactoring a Gemini Capsule
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 22, 2025
IRC logs for Tuesday, April 22, 2025
Links 22/04/2025: Ending DEI Policies at Adobe, FTC Sues Uber
Links for the day
RMS is Done at KCL, Next Stop is Oxford
The message of RMS has long resonated well in India
US Government Already Bailing Out OpenAI/Microsoft With "Contracts", As Usual, Back Doors You Cannot Remove Becoming 'a Step Closer' on New PCs (Unless Everyone Acts ASAP)
The next "logical" step towards digital prisons
Microsoft Devises PR Stunts to Distract From Impending Mass Layoffs and Likely Bad Results Preceding Those Mass Layoffs
A "voluntary exit plan"
Gemini Links 22/04/2025: Deaths, HamsterCMS, and More
Links for the day
Links 22/04/2025: FTC v. Meta Trial and Google Remedies
Links for the day
In Turkey, Windows Down Rapidly While GNU/Linux Grows
Although Turkey is in NATO (but not the EU), it cannot quite trust computer systems controlled by the United States
GNOME, Microsoft, and GitHub: The Lack of Reporting on Abusive Colleagues Contributed to Profound Media Vacuum (or Blackout), Now Resorting to SLAPPs
This lack of morality/courage has helped enable further abuse, lining up more victims
Richard Stallman Has Updated His Article on Why "Free Software Is Even More Important Now"
Richard Stallman is about to give a talk here in the UK in a few hours
Microsoft Already Attacks the BSDs as Well (the E.E.E. Way, as Usual)
Bearers of bad news
The Open Source Initiative (OSI) is in Trouble, May Soon be Out of Business
Openwashing needs to end
Microsoft's Debt Grew Over 6 Billion Dollars in the Last Reporting Quarter (Before Inauguration), Expect Worse Next Week When 'Results' Are Disclosed and Mass Layoffs Resume
Microsoft is bleeding. It does not want people to notice.
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, April 21, 2025
IRC logs for Monday, April 21, 2025
Richard Stallman Gives Public Talk in London in 7 Hours (Need to Register as Venue Limited to 150 Seats), Public Announcements Begin to Appear
These are not announced weeks or months in advance
Gemini Links 21/04/2025: Remembering Pope Francis, Crystal Simulation
Links for the day
Doing Microsoft's Job. On IBM's Payroll.
today's Red Hat cannot recognise threats even after a head-on collision
Google News is Rewarding Slopfarms, Not Journalism
Don't read junk from chatbots
Teaching GAFAM in Schools is Like Teaching Children to Smoke Tobacco
So suggests an FSF presentation
Richard Stallman, Whose Site is Trusted by Greater Manchester, Has Come to the United Kingdom
He doesn't suck up to the Crown, so he'll never be "knighted"
On Desktops/Laptops in Singapore Does a Fifth of Users Run GNU/Linux?
Probably not, but it's growing fast there
Links 21/04/2025: Fake Ceasefire and Software Patents (Fake Patents) Thrown Out
Links for the day
Companies With Fake Values and a Fake Economic/Financial State (Phony Valuations)
It'll all go up in smoke, eventually
Links 21/04/2025: Microsoft LLM Slop (Plagiarism) Going Out of Control, CT Scans' Cancer Problems Was Underrated
Links for the day
4 Years Ago Freenode Crumbled From Within
there are still hundreds of thousands of users online at any given time
GNOME Has a Long History (Over a Decade) Misusing the Code of Conduct (CoC) to Censor (Cull) Legitimate Technical Criticism
This has nothing to do with manners, it's about control (by cover-up)
Microsoft Has Tainted GNOME, Which Has Key People Acting as a SLAPP Front Against Techrights (Trying to Censor the Site by Extortion and Many Threats)
One common denominator (other than Microsoft salaries) is GNOME, which was led by an actual professional crank until she quit so suddenly months ago
Homeland of Linux Kernel Turning to GNU/Linux?
Adoption of Vista 11 has been relatively low
According to StatCounter, This is What Linux Adoption Looks Like (Based on Web Requests Visible to StatCounter)
How much worse will it get for Microsoft?
Gemini Capsules Still Outsourcing to Certificate Authority Let's Encrypt Now Measured at Less Than 10 (or Less Than 0.3%)
In Geminispace, Let's Encrypt is not commonly used
Twisting Microsoft's Failure (Transmitting Malware) as "SSH Backdoors" and a Linux Problem
Somehow we almost always find that those FUD pieces about "Linux" are based on obvious falsehoods
Vista 11 Has Burned OEMs and Some Move to GNU/Linux
When people can finally avoid Windows (there's no reason to attach it to new PCs) there will be a lot more GNU/Linux users out there
Remember That Microsoft Mass Layoffs Are Imminent Because Its 'Empire' is Falling Apart
European politicians take a long, hard look a Free software
Richard Stallman in the UK This Week, Scheduled to Give Two Public Talks (London and Oxford)
Those talks do not cover the same topics
Gemini Links 21/04/2025: April, Autism, and ASN
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 20, 2025
IRC logs for Sunday, April 20, 2025