[bug #57766] Remove group-write permission from ~/.wget-hsts file

2020-02-07 Thread Jon Beilke
URL: Summary: Remove group-write permission from ~/.wget-hsts file Project: GNU Wget Submitted by: jrbeilke Submitted on: Fri 07 Feb 2020 11:16:09 AM CST Category: Feature Request

[bug #57766] Remove group-write permission from ~/.wget-hsts file

2020-02-07 Thread Tim Ruehsen
Update of bug #57766 (project wget): Status:None => Invalid Assigned to:None => rockdaboot Open/Closed:Open => Closed

[bug #57766] Remove group-write permission from ~/.wget-hsts file

2020-02-07 Thread Jon Beilke
Follow-up Comment #2, bug #57766 (project wget): Thanks Tim. The umask is set to 027 which should leave group write permissions off the .wget-hsts file based on your comment, but I'll keep digging to make sure I'm not missing anything. $ umask 0027

[bug #57766] Remove group-write permission from ~/.wget-hsts file

2020-02-07 Thread Jon Beilke
Follow-up Comment #3, bug #57766 (project wget): Found the issue, one of our provisioning scripts was temporarily overriding the umask while setting up another service and that service was making a wget call thus generating the .wget-hsts file with the extra group write permission. Thanks again