Displaying 1 result from an estimated 1 matches for "r248231".
Did you mean:
248231
2013 Mar 13
1
[patch] Incorrect umask in FreeBSD
...in the most efficient manner, which would be to add LOGIN_SETUMASK
to the LOGIN_SETUSER call). It is harmless on systems (such as OpenBSD)
which have login classes but do not share this particular idiosyncrasy
with FreeBSD.
------------------------------------------------------------------------
r248231 | des | 2013-03-13 10:41:55 +0100 (Wed, 13 Mar 2013) | 8 lines
Changed paths:
M /head/crypto/openssh/session.c
Unlike OpenBSD's, our setusercontext() will intentionally ignore the user's
own umask setting (from ~/.login.conf) unless running with the user's UID.
Therefore, we need to...