Which Desktop / Window Manager is most secure?

Pantherina@feddit.de to Linux@lemmy.ml – 9 points –

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?

46

You are viewing a single comment

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

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.

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