mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-11 01:48:16 -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.