Reverse kms server connect direction to fix umask issue

This commit is contained in:
dec05eba
2023-12-31 16:41:55 +01:00
parent 54b03eabbd
commit e844421f6d
4 changed files with 110 additions and 83 deletions

View File

@@ -8,7 +8,6 @@
typedef struct {
pid_t kms_server_pid;
int initial_socket_fd;
int initial_client_fd;
char initial_socket_path[PATH_MAX];
int socket_pair[2];
} gsr_kms_client;