Revert "Reverse kms server connect direction to fix umask issue"

This reverts commit e844421f6d.
This commit is contained in:
dec05eba
2023-12-31 16:57:14 +01:00
parent e844421f6d
commit c340cb0517
4 changed files with 82 additions and 109 deletions

View File

@@ -8,6 +8,7 @@
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;