mirror of
https://github.com/syncthing/syncthing.git
synced 2026-07-27 16:36:23 -04:00
There is no user/group/others in Windows' read-only attribute, and all "w" bits are set in os.FileInfo if the file is not read-only. Do not send these group/others-writable bits to other devices in order to avoid unexpected world-writable files on other platforms.