Date: Mon, 29 Jan 2024 22:32:05 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0d1fe948d97d - main - login.conf(5): umask has no default value Message-ID: <202401292232.40TMW5AU013113@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=0d1fe948d97d2d6e3708349b74cf438f9604a8d1 commit 0d1fe948d97d2d6e3708349b74cf438f9604a8d1 Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2023-05-25 12:41:03 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2024-01-29 21:58:05 +0000 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 --- lib/libutil/login.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." .Elhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401292232.40TMW5AU013113>
