mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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 0d1fe948d9)
Approved by: markj (mentor)
This commit is contained in:
parent
3dec4c30c7
commit
f0551aa362
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue