From f95d3a0a0b577227f60acc46067752f8620c1391 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 9 Mar 2021 21:46:38 +0100 Subject: [PATCH] Improve comments --- root/etc/profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root/etc/profile b/root/etc/profile index e71eb0e..0716d51 100644 --- a/root/etc/profile +++ b/root/etc/profile @@ -1,6 +1,8 @@ # /etc/profile -# Set our umask +# Set umask, 027 might be too strict for some people. if that's the case +# you can fall back to 022 (allowing others to read everything by default) +# or even to 002 (allowing groups to write into files just like owners) umask 027 # Append "$1" to $PATH when not already in.