From 9778ddc1ee2d1174974921550ba6aa4748633989 Mon Sep 17 00:00:00 2001 From: Ian Stanley Date: Tue, 8 Jun 2021 20:39:14 +0100 Subject: [PATCH] changed security recommended paragraph on umask --- sheets/umask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sheets/umask b/sheets/umask index f86b840..6d93aaf 100644 --- a/sheets/umask +++ b/sheets/umask @@ -5,8 +5,8 @@ # mode creation mask") for only the current user, and only his or her current # session. The (one) leading zero is optional, unless you otherwise need it. # -# This umask setting is actually recommended for security by RHEL, and is also -# mentioned and I believe recommended in the Arch Linux Wiki. +# This umask setting is actually recommended for security by major Linux distributions +# like RHEL, Debian and Arch Linux. # # The result of '0077' being -- and I'll use standard octal with which we're # all probably familiar -- that all new files are created using the '600'