godot/drivers/unix
Andrew Price 64077ff3de unix: Limit named pipe permissions to the current user
Named pipes created using the "pipe://" file access scheme should not be
world-writable or readable. Limit their access to the current user by
creating them with 0600 permissions instead of 0666.
2024-09-06 19:40:31 +01:00
..
dir_access_unix.cpp
dir_access_unix.h
file_access_unix_pipe.cpp unix: Limit named pipe permissions to the current user 2024-09-06 19:40:31 +01: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