- Nov 11, 2022
- 48
A topic of much heated discussion. Which one is more secure? Lets frame this in some context to help answer the question. For this example, take a Fedora Linux desktop with SELinux configured and ClamAV installed. And lets compare this to a Windows desktop with the optional security features like ASR rules and controlled folder access enabled. This would be in an enterprise environment.
Additionally, some people say that open source development is more secure because anyone can review the source code for security holes. Others argue that open source is less secure because bad actors can look at the source code for vulnerabilities. Research has shown that security holes, once discovered, are patched in about the same amount of time for both closed source and open source software.
Windows has virtualization based security and sandboxing for user space applications. Fedora has Flatpaks which are sandboxed applications you can control the permissions of.
So, which one is more secure in this example? Does Linux have an edge over Windows when it comes to security? (Ignoring things like Qubes OS, which is by design much more secure than any other OS.)
Additionally, some people say that open source development is more secure because anyone can review the source code for security holes. Others argue that open source is less secure because bad actors can look at the source code for vulnerabilities. Research has shown that security holes, once discovered, are patched in about the same amount of time for both closed source and open source software.
Windows has virtualization based security and sandboxing for user space applications. Fedora has Flatpaks which are sandboxed applications you can control the permissions of.
So, which one is more secure in this example? Does Linux have an edge over Windows when it comes to security? (Ignoring things like Qubes OS, which is by design much more secure than any other OS.)