From a0ebda314ebc908397f59f7471ff7c7e1adb0986 Mon Sep 17 00:00:00 2001 From: d4rklynk <74207682+d4rklynk@users.noreply.github.com> Date: Sun, 17 Jul 2022 07:22:59 +0000 Subject: [PATCH] Update Chrome OS to ChromeOS (#1555) Signed-off-by: Daniel Gray --- docs/basics/common-threats.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics/common-threats.en.md b/docs/basics/common-threats.en.md index 8e41ed3a..9187dec5 100644 --- a/docs/basics/common-threats.en.md +++ b/docs/basics/common-threats.en.md @@ -38,7 +38,7 @@ To minimize the potential damage that a malicious piece of software can do, you Mobile operating systems are generally safer than desktop operating systems when it comes to application sandboxing. Apps cannot obtain root access and only have access to system resources which you grant them. - Desktop operating systems generally lag behind on proper sandboxing. Chrome OS has similar sandboxing properties to Android, and macOS has full system permission control and opt-in (for developers) sandboxing for applications, however these operating systems do transmit identifying information to their respective OEMs. Linux tends to not submit information to system vendors, but it has poor protection against exploits and malicious apps. This can be mitigated somewhat with specialized distributions which make heavy use of virtual machines or containers, such as Qubes OS. + Desktop operating systems generally lag behind on proper sandboxing. ChromeOS has similar sandboxing properties to Android, and macOS has full system permission control and opt-in (for developers) sandboxing for applications, however these operating systems do transmit identifying information to their respective OEMs. Linux tends to not submit information to system vendors, but it has poor protection against exploits and malicious apps. This can be mitigated somewhat with specialized distributions which make heavy use of virtual machines or containers, such as Qubes OS. :material-target-account: Targeted Attacks