Page 1 of 1
[2.1.19] [minor] Automatic saves have incorrect permission mask
Posted: Fri Sep 18, 2026 6:13 pm
by Courmisch
What I did?
ls -l ~/.factorio/saves
What happened?
Manual saves have read and write permissions.
Automatic saves have all permissions, read, and execute, like the steam_autocloud.vdf file and Windows game saves.
What I expected?
Save files should have all only read and write permission, so automatic saves should do like manual saves. But at the very least, I would expect consistency between the two types of save files.
Re: [2.1.19] [minor] Automatic saves have incorrect permission mask
Posted: Fri Sep 18, 2026 6:24 pm
by Rseding91
Thanks for the report however the game does not differentiate between auto save and manual save for permissions logic. It simply preserves what ever permissions were already there when overwriting or creating save files.
Re: [2.1.19] [minor] Automatic saves have incorrect permission mask
Posted: Sat Sep 19, 2026 8:26 am
by Courmisch
Hmm, so this means that either the game changed behaviour at some point, or Steam cloud sync is at fault?