From dd158696e5a0866cbb43d45ee18ab407d411c6c8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 17 Jul 2022 18:44:41 -0400 Subject: [PATCH] Minor update Signed-off-by: Tommy --- content/os/Linux Insecurities.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/os/Linux Insecurities.md b/content/os/Linux Insecurities.md index 54611b0..01d9dc5 100644 --- a/content/os/Linux Insecurities.md +++ b/content/os/Linux Insecurities.md @@ -32,4 +32,6 @@ On Linux, there is no such clear distinction between the system and user install Operating systems like Android and ChromeOS have full system mandatory access control, every process from the init process is strictly confined. Regardless of which application you install or how you install them, they have to play by the rules of an untrusted SELinux domain. -On Linux, it is quite the opposite. \ No newline at end of file +On Linux, it is quite the opposite. + +Work in progress... \ No newline at end of file