commit | 104aab956f6de4131cab800f742cc108f9f92edf | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Tue Sep 17 20:30:02 2013 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Tue Sep 17 20:30:02 2013 -0400 |
tree | 2d651d492a76a00270e0c86bf9c1a2a289e12219 | |
parent | c17a8dfaca76016202c49b2150c946f5ba70db29 [diff] |
#14984: On POSIX, enforce permissions when reading default .netrc. Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.