godot/drivers/unix
Andrew Price f49c9d7cd1 unix: Don't create world-writable files when safe save is enabled
When the "filesystem/on_save/safe_save_on_backup_then_rename" option is
enabled files are created with 0666 permissions (-rw-rw-rw-) which is
too loose. Use 0644 (-rw-r--r--) instead which is how the files would
normally be created with the setting disabled and the system umask taken
into account.
2024-09-06 17:36:21 +01:00
..
dir_access_unix.cpp
dir_access_unix.h
file_access_unix_pipe.cpp Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_unix_pipe.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
file_access_unix.cpp unix: Don't create world-writable files when safe save is enabled 2024-09-06 17:36:21 +01:00
file_access_unix.h Reduce code duplication in FileAccess 2024-09-01 12:39:32 +02:00
ip_unix.cpp
ip_unix.h
net_socket_posix.cpp
net_socket_posix.h
os_unix.cpp
os_unix.h
SCsub
syslog_logger.cpp
syslog_logger.h
thread_posix.cpp
thread_posix.h