this post was submitted on 19 Jul 2024
1128 points (96.8% liked)

linuxmemes

20751 readers
461 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 2 months ago (10 children)

I'm actually curious to know, how is Linux inherently more secure than windows?

[–] [email protected] 25 points 2 months ago* (last edited 2 months ago)

Few things, in rough order:

  • Smaller = less attack surface. You can strip a Linux OS down to only what is needed.

  • Open source, so it's can be peered review. There are Unix distros like OpenBSD, that share lot of user space component options, where auditing is a big thing. The whole sunlight and oxygen stops things festering as much. As abosed to things locked in a box in another box down in a cellar.

  • Open source transparency forces corporates to be better. We can see what they are and aren't doing.

  • Diversity. The is no "Linux", it's a ecosystem of Linux distros all built and configured differently, using different components. Think of Linux as just a type of base board in a sea of Unix Lego bits. There are plenty of big deployments on BSD bases that share a lot with some Linux deployments.

  • Unix security is simplier than Windows security, so easer to not mess up.

[–] [email protected] 13 points 2 months ago (1 children)

In general it is. Opensource software has less bugs that proprietary. And even those bugs can be mitigated with hardening.

[–] [email protected] 5 points 2 months ago (1 children)

That's...a gross oversimplification. Super popular open source projects tend to have few bugs from the sheer number of contributors available to fix them, but active proprietary software has dedicated teams working fulltime every week to deal woth issues. Proprietary stuff is often way wider in scope than open source, so more surface for bugs to creep in. Scope and team size have a lot more to do with bug density than open vs closed source.

[–] [email protected] 1 points 1 month ago (1 children)

I don't know how much effort thoose proprietary software companies put into the actual software. Why is windows so shit? Why is whatsapp buggy? They try to get money with shit software with no optimisations at all.

[–] [email protected] 1 points 1 month ago (1 children)

How many open source projects have 50 million lines of code like Windows, or legal agreements related to backwards compatibility and version support guarantees?

A for-profit company is going to focus on whatever generates revenue, sure. But crappy software will lose customers in a non-monopoly scenario. They're not exactly incentivized to make broken things nobody wants.

[–] [email protected] 1 points 1 month ago

They are neither incentivised to make quality of life improvements to their software. Thats why i hate most of them

[–] [email protected] 12 points 2 months ago

Sort of an aside, but I am seeing Microsoft more as a hostile entity that I need to protect myself from.

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

Its not and everyone who says it does is full of shit. The reason linux doesnt need av is that av is secretly overrated

[–] [email protected] 7 points 2 months ago

In addition to what others have said, there's the move towards containerized applications on Linux via flatpaks, immutable distributions, and snapshots/rollbacks. There are also distributions like Debian with a delayed package release schedule for added stability and security. Its my understanding that you could have an exceptionally secure, effectively trustless, Linux system beyond what is possible on Mac or Windows.

[–] [email protected] 5 points 2 months ago

If you follow the philosophy that it follows, that is, giving the least possible permission to any application, to make it work, it easily becomes much more secure than Windows.

On the other hand, if you log into your GUI desktop as root, Bill Gates save you.

[–] [email protected] 4 points 2 months ago

Because you can own your system and inspect and alter all of it in case it's needed.

[–] [email protected] 3 points 2 months ago

It isn't.

However security software for Linux usually doesn't operate in kernel level usually. And it doesn't brick your bios.

That being said because of how Linux works it is much more possible to safe a bricked Linux machine than a Windows machine.

[–] [email protected] -1 points 2 months ago

I think this is a misconception.

In the 90s it may have been true - windows was focused on user experience on the desktop. Pre- internet, security just wasn't relevant.

Even in that era though, Linux was running on servers in universities et cetera managing many users.

I guess this is where the reputation arose.

These days I don't think either is inherently more secure than another in a general sense.

For specific uses cases one might be more "reliable" than another just because it's used more and therefore has more people looking at it. For example, the vast majority of Web servers are in a Linux environment, but the vast majority of on premise email servers would be Windows.

What I'm saying is, in 2024 the general security of each platform is going to be comparable, and only a very small component in your chain of reliability. Like if you develop a threat model, and write policies, and maintain behaviours in practice, the underlying security provided by the environment isn't really that relevant.