From 3655bfdfd729dd0f8959c9ed1c59de5a611f8234 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Mon, 11 Feb 2019 07:48:35 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1dff85d..a878f87 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,10 @@ Changing the default `umask` can create unexpected problems. For example, if you - set default `umask` for **non-root** accounts to **0027** - set default `umask` for the **root** account to **0077** +#### Notes + +- `umask` is a Bash built-in which means a user can change their own `umask` setting. + #### References - https://www.linuxnix.com/umask-define-linuxunix/ @@ -1347,6 +1351,7 @@ For any questions, comments, concerns, feedback, or issues, submit a [new issue] ### Additional References - [https://github.com/pratiktri/server_init_harden](https://github.com/pratiktri/server_init_harden) - Bash script that automates few of the tasks that you need to perform on a new Linux server to give it basic amount security. +- https://security.utexas.edu/os-hardening-checklist/linux-7 ([Table of Contents](#table-of-contents))