this post was submitted on 08 Dec 2024
130 points (93.9% liked)
Linux
48542 readers
1157 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
While this is true, if your pc is secure and you don't install crap then this is not going to be a major issue for the vast majority of people. Both desktops have their own security flaws but always the number one flaw is the user.
Keep systems up to date, do not side load software from outside well managed official package systems, use strong passwords, use encryption etc. This counts for far more than the various security flaws and fixes that constantly come and go with any system. If you don't give bad actors a route into your system to exploit flaws then you are generally OK.
Like the screen copy flaw would need someone installing software that would exploit that - possible but unlikely in a well managed environment with a good robust distro.
And it's worth saying that generally Linux remains less targeted than Windows and Mac for malware. That does not mean people should then be lax in their behaviour but it's a better starting point for being secure if you look after your Linux install properly.
The weakest link of any secured system is the user. I know that will never change, especially as computers/software become more complicated over time. But I don't understand why many people argue that "since the user is the weakest link, we don't need more secure systems, we need better users." We need both.
Explaination
For anyone who suggests that a user can "just be smarter and not install malware" think about this: do you check read all the commits to the software you install, for each update, and then compile from source. The answers is no. And I don't think we should need to.Linux is not secure, it is still meant for tinkerers and by design is very open. This is one of my favorite aspects of Linux, just how open it is. The result though is an insecure system with many attack vectors that are hard to protect against.
For example, I recently wanted to patch a game for mod support. This required me to run a script that i didnt fully understand. I did my best to read it and nothing looked suspicious, but I couldn't fully understand because I am not a modder for that game.
This script could have done a number of things:
The solution is sandboxing, permission system, secure defaults, and transparency to the user. And of course a way to disable security checks for tinkerers.
My point is that the perfect user does not exist. We (inevitably) use our computers to do all sorts of niche things, the perfect user does not even turn their PC on.