You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve configdir to handle potential issues with inaccessible symlinks
There are some use cases where a user might have a symlinked home directory
(e.g. a corporate home directory may be symlinked to a disk with limited
space, and is only accessible to other users via a real path to the
underlying disk).
Resolving configdir before any mkdir or access checks should avoid this
problem.
Co-authored-by: Greg Lucas <greg.m.lucas@gmail.com>
0 commit comments