aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Certner <olce.freebsd@certner.fr>2023-05-25 12:41:03 +0000
committerOlivier Certner <olce@FreeBSD.org>2024-02-01 21:22:46 +0000
commit11919f8eaf973018d81618da8a2b0ec214b22ee6 (patch)
treef3807e8ec5c981cd5d89ce8477913920ff8d3052
parent2006be8bc46fef3c37404827dbaf49749122553c (diff)
downloadsrc-11919f8eaf973018d81618da8a2b0ec214b22ee6.tar.gz
src-11919f8eaf973018d81618da8a2b0ec214b22ee6.zip
login.conf(5): umask has no default value
The umask is simply left unchanged if no explicit value is specified in the login class capabilities database. PR: 271747 Reviewed by: emaste Approved by: emaste (mentor) MFC after: 3 days Sponsored by: Kumacom SAS Differential Revision: https://reviews.freebsd.org/D40345 (cherry picked from commit 0d1fe948d97d2d6e3708349b74cf438f9604a8d1) Approved by: markj (mentor)
-rw-r--r--lib/libutil/login.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index a0b46debbfd1..7449c11f2ba5 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -253,7 +253,7 @@ contain the shell specified in the password file.
.It "term string Default terminal type if not able to determine"
from other means.
.It "timezone string Default value of $TZ environment variable."
-.It "umask number 022 Initial umask. Should always have a leading 0 to"
+.It "umask number Initial umask. Should always have a leading 0 to"
ensure octal interpretation.
.It "welcome file /etc/motd File containing welcome message."
.El