git: ea9bd448102b - main - login.conf(5): Document umask's special value 'inherit'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 22:32:10 UTC
The branch main has been updated by olce:
URL: https://cgit.FreeBSD.org/src/commit/?id=ea9bd448102b938ccb8d4b484684a6ba2d934931
commit ea9bd448102b938ccb8d4b484684a6ba2d934931
Author: Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2023-06-21 08:42:44 +0000
Commit: Olivier Certner <olce@FreeBSD.org>
CommitDate: 2024-01-29 21:58:06 +0000
login.conf(5): Document umask's special value 'inherit'
Reviewed by: emaste
Approved by: emaste (mentor)
MFC after: 3 days
Sponsored by: Kumacom SAS
Differential Revision: https://reviews.freebsd.org/D40688
---
lib/libutil/login.conf.5 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/libutil/login.conf.5 b/lib/libutil/login.conf.5
index 7449c11f2ba5..b2478bb7a88c 100644
--- a/lib/libutil/login.conf.5
+++ b/lib/libutil/login.conf.5
@@ -255,6 +255,9 @@ from other means.
.It "timezone string Default value of $TZ environment variable."
.It "umask number Initial umask. Should always have a leading 0 to"
ensure octal interpretation.
+Special value
+.Ql inherit
+explicitly indicates not to change the umask.
.It "welcome file /etc/motd File containing welcome message."
.El
.Sh AUTHENTICATION