mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-06 14:13:10 -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.