diff options
| author | Olivier Certner <olce.freebsd@certner.fr> | 2023-06-21 08:42:44 +0000 |
|---|---|---|
| committer | Olivier Certner <olce@FreeBSD.org> | 2024-02-01 21:23:17 +0000 |
| commit | 569f0eb3f259d9870429c8b014154dea728e5f00 (patch) | |
| tree | a97ce0008f31174f3e1a48bc8ca4770315314168 | |
| parent | 16e02df98ad64753fed6ab73c1d1c2aa857b6394 (diff) | |
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
(cherry picked from commit ea9bd448102b938ccb8d4b484684a6ba2d934931)
Approved by: markj (mentor)
| -rw-r--r-- | lib/libutil/login.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
