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
Originally posted by BenAigan July 12, 2021
Is it possible for the Git Credential Manager Core to create a directory with user only permissions rather than read and execute for the rest of the world especially if using plain text Credential Store?
Right now it's on the user to chmod the default directory ($HOME/.gcm/store) to 700, but it's a reasonable ask to have GCM create the directory with the appropriate permissions if it does not exist already (and not modify any existing directory).