From 2b18682d041eee5087528c049e5ffc831b5a9b03 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 17 Aug 2022 19:27:32 -0400 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- content/os/Linux-Desktop-Hardening.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/os/Linux-Desktop-Hardening.md b/content/os/Linux-Desktop-Hardening.md index 562b165..6931c98 100644 --- a/content/os/Linux-Desktop-Hardening.md +++ b/content/os/Linux-Desktop-Hardening.md @@ -15,7 +15,6 @@ Some of the sections will include mentions of unofficial builds of packages like ![Fedora Tux](/images/fedora-tux.png) - ## During Installation ### Drive Encryption @@ -161,7 +160,7 @@ If you are not using openSUSE, consider changing the default [umask](https://en. The configuration for this varies per distribution, but typically it can be set in `/etc/profile`, `/etc/bashrc`, or `/etc/login.defs`. -Note that unlike on macOS, this will only change the umask for the shell. Files created by running applications will not have their permissions set to 700. +Note that unlike on macOS, this will only change the umask for the shell. Files created by running applications will not have their permissions set to 600. ### Firewalls