mirror of
https://github.com/mozilla-firefox/firefox
synced 2026-08-10 11:48:50 +00:00
os.chmod cannot restrict a file's ACL on Windows, so the private key remained readable by other users there. Use icacls to lock it down to the current user only to avoid permissions being too open. Differential Revision: https://phabricator.services.mozilla.com/D316804