Better workaround for problem umasks when eg, setting up ssh keys.

This commit is contained in:
Joey Hess 2014-03-14 13:37:58 -04:00
parent 8602a766f7
commit b7b9afa9ad
3 changed files with 26 additions and 9 deletions

View file

@ -57,3 +57,6 @@ bad permissions: ignore key: ABC/.ssh/git-annex/key.git-annex-XYZ_annex
# End of transcript or log.
"""]]
> [[Fixed|done]]; the code made sure the file did not have any group or
> world read bits, but did not clear write bits. --[[Joey]]