Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create plaintext credential store directory with safer permissions #397

Merged
merged 1 commit into from
Aug 10, 2021

Conversation

mjcheetham
Copy link
Collaborator

When creating the plaintext credential store root directory, create it with permissions such that only the owner/user can read/write/execute, and not the group or other users.

This only impacts newly created store directories; existing directories do not have their permissions modified.

Only applies to POSIX platforms.

When creating the plaintext credential store root directory, create it
with permissions such that only the owner/user can read/write/execute,
and not the group or other users.

This only impacts newly created store directories; existing directories
do not have their permissions modified.

Only applies to POSIX platforms.
@mjcheetham mjcheetham added enhancement New feature or request platform:linux Specific to a Linux-based platform labels Jul 19, 2021
@mjcheetham mjcheetham merged commit 3a2f1ec into git-ecosystem:main Aug 10, 2021
@mjcheetham mjcheetham deleted the chmod branch August 10, 2021 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform:linux Specific to a Linux-based platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants