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

Restrict mode of configuration file #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcarpenter
Copy link

Fixes #165

Uses umask for atomicity and chmod to fix perms on pre-existing files.

@codecov-io
Copy link

Codecov Report

Merging #166 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   95.09%   95.09%   +<.01%     
==========================================
  Files          34       34              
  Lines        2119     2122       +3     
==========================================
+ Hits         2015     2018       +3     
  Misses        104      104

@Jimimaku
Copy link

Codecov Report

Merging #166 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   95.09%   95.09%   +<.01%     
==========================================
  Files          34       34              
  Lines        2119     2122       +3     
==========================================
+ Hits         2015     2018       +3     
  Misses        104      104

@Jimimaku
Copy link

Fixes #165

Uses umask for atomicity and chmod to fix perms on pre-existing files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

~/.gitsomeconfig world readable
4 participants