this post was submitted on 10 Mar 2024
1 points (100.0% liked)

Linux

46778 readers
1596 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
 

Been keeping a keen eye on Bazzite as it seems like a good distro for people like myself who mainly use the desktop pc to play games on. But it doesn't seem like a "typical" distro for a daily driver? How does Bazzite for example differ from Nobara which is another gaming-oriented distro? I'm just curious as I keep hearing good things about Bazzite, and wondering if there would be any benefit as to someone who is using Tumbleweed, to switch to Bazzite right now.

So, if you are a Bazzite user, or have experience: let me know how it went, and if you could daily drive it!

Edit: I guess the same could be asked for ChimeraOS?

you are viewing a single comment's thread
view the rest of the comments
[–] Pantherina@feddit.de 1 points 5 months ago* (last edited 5 months ago) (3 children)

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.

[–] quarterlife@lemmy.sdf.org 1 points 5 months ago* (last edited 5 months ago) (1 children)

If you need RPM Firefox, my recommendation is that you install it with Distrobox. This also solves the security issue that we remove upstream Firefox over - update frequency.

You don't want Firefox to only update when your operating system image does. As far as I'm concerned the bug preventing Firefox from being re-added is a feature.

[–] Pantherina@feddit.de 1 points 5 months ago (1 children)

No that is definetly a bug, as it spits out strange error messages.

I dont think Firefox running through Podman in rootless mode can create user namespaces? But not sure, will check that.

I have auto updates enabled and I reboot daily. This is not an issue especially on ublue where they are on by default.

[–] quarterlife@lemmy.sdf.org 1 points 5 months ago* (last edited 5 months ago) (1 children)

We build twice a week, that's not frequent enough for a web browser.

Ultimately it's saving you from yourself, if this bug gets fixed and there's a way I can unfix it, I will do so.

[–] Pantherina@feddit.de 1 points 5 months ago

Oh okay, didnt know Bazzite builds slower than the other images.

Instead of blocking users, education is the way better option. Flatpak Firefox does not have user namespace sandbox support, which is a pretty big deal.

[–] d3Xt3r@lemmy.nz 1 points 5 months ago* (last edited 5 months ago) (2 children)

I am not a fan because they install all that WINE stuff on the system level which is a huge security degradation.

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.

[–] atzanteol@sh.itjust.works 1 points 5 months ago (1 children)

Haven't you heard? Anything that isn't flatpak is completely insecure and will end in your computer being hacked. It will also break the next time you update your computer.

/s

[–] Pantherina@feddit.de 1 points 5 months ago

Dont know where you get your games from 😉🐧☠️

[–] Pantherina@feddit.de 0 points 5 months ago

I guess random Windows programs are even safer as they may not really work on the host OS.

But still, Bottles is top tier, it works great and is perfectly packaged as a flatpak (no permissions, portal use etc) and pupgui allows to use the latest protonge.

To Librewolf, that is hosted on their own repo, using their own build system. So it could be considered as less trusted than upstream firefox managed by fedora, especially in terms of timely updates. You could also use the Firefox binary, which is very quick (did a benchmark) but you need to do the desktop entry yourself.

Also Librewolf is not security hardened afaik, maybe a few checks are also for security but it should be the same as Firefox. It is privacy optimized. Disadvantage here again is, that if you need a vanilla profile for shitty websites etc, that doesnt exist.

[–] Codilingus@sh.itjust.works 0 points 5 months ago (1 children)

Should you post those concerns into their github? Maybe they don't know?

[–] Pantherina@feddit.de 0 points 5 months ago

I think they know both, and the rpm-ostree issue is reported.