this post was submitted on 24 Nov 2023
9 points (57.9% liked)

Linux

46775 readers
1968 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
 

I use KDE. Some use GNOME. Most other options are probably to be left out as X11 is unsafe.

Cosmic is not nearly finished, but will probably be a bit safer, as its in rust, even though not tested.

Then there are window managers like Sway, Hyprland, waymonad, wayfire, etc.

RaspberryPi also has their own Wayland Desktop.

Is every Wayland Desktop / WM equally safe, what are other variables here like language, features, control over permissions, etc?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 9 months ago (3 children)

Made in Rust is not synonym of safety. Every code is as safe as its programmer made it be.

[–] Eezyville 24 points 9 months ago

It's also as safe as the user allows. You can put in all the safety measures but that means nothing if the use disables them for convenience.

[–] [email protected] 10 points 9 months ago

Most of security CVEs are related to memory bugs, so it's relatively more safe vs. a certain type of exploits

[–] InEnduringGrowStrong 8 points 9 months ago

This is both true and terrifying.