diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-04-09 16:39:19 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-04-09 16:39:19 +0200 |
commit | efea5741ca807be7924cacaf2e76ab3908524564 (patch) | |
tree | 3a6e702292b72d9b506f0977ac8d8a4df9368d4c /kms/client/kms_client.h | |
parent | 7dcf3a68cc8027bfa0d865e8a33566b4ae431618 (diff) |
Put gsr kms socket in HOME (with random characters) to make sure it works in flatpak as well
Diffstat (limited to 'kms/client/kms_client.h')
-rw-r--r-- | kms/client/kms_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kms/client/kms_client.h b/kms/client/kms_client.h index a15d869..41de507 100644 --- a/kms/client/kms_client.h +++ b/kms/client/kms_client.h @@ -8,7 +8,7 @@ typedef struct { pid_t kms_server_pid; int socket_fd; int client_fd; - char socket_path[27]; + char socket_path[255]; char *card_path; } gsr_kms_client; |