this post was submitted on 10 Mar 2024
100 points (94.6% liked)
Linux
48222 readers
926 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
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
view the rest of the comments
I am not a fan because they install all that WINE stuff on the system level which is a huge security degradation.
Running WINE through Bottles with the latest protonGE through PupGUI works on all distros.
If they removed that I would consider it.
Also they remove Firefox and Flatpak Firefox can only use seccomp filters, not sandboxes, which less secure. And due to an rpm-ostree issue those removed packages are never reinstallable.
I disagree with this. Sure, it could be made more secure, but Wine, on it's own isn't, any greater security risk compared to any other scripting runtime such as say Python, which is also installed at the system level. Ultimately it's up to the user to get their executables from trustworthy sources - and whether it's a random bash script or an exe, doesn't really make a difference.
As for Firefox, if you're truly concerned about security then you wouldn't be using it in the first place, you'd be using Librewolf, which you can install without any issues.
Firefox + Arkenfox.js is arguably better for security than any FF fork, such as Librewolf.
Yes, but Arkenfox is also a bit of a mess. Their tooling is very overcomplex with the updater and all. I went through the entire thing and created this helper project which is also pretty hacky but nearly complete.
There's also Mercury, which is Librewolf + Arkenfox + more.
Interesting project and very curious how they even get it to build. They use Firefox ESR and compile it with lots of optimizations and maaaany redundant configs. I chatted with developers in the FF Matrix about that, they build firefox with 2 arguments or so, build browser, use official branding.
Many things are duplicate and mercury may be unstable because of that.
The biggest problem is that it doesnt use a CI/CD workflow, so that dude does the builds manually and you can hope to get them in time. And them they are distributed as Appimages, which is a different set of problems