[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 02/02: mention socket perms and same-group requirement
From: |
gnunet |
Subject: |
[taler-docs] 02/02: mention socket perms and same-group requirement |
Date: |
Mon, 11 Jan 2021 06:27:05 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit be4b567666c0f05a68be01ec20b2e81212a32a2f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Jan 11 00:24:30 2021 -0500
mention socket perms and same-group requirement
This reflects the result of an email discussion between FD and CG.
---
taler-exchange-manual.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 2d47671..79a3bdf 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -234,6 +234,9 @@ integration support.
Functionality
^^^^^^^^^^^^^
+The UNIX domain sockets have mode 0620 (u+rw, g+w). The exchange process
+MUST be in the same group as the the crypto helper processes.
+
The two helper processes will create the required private keys, and allow
anyone with access to the UNIX domain socket to sign arbitrary messages with
the keys or to inform them about a key being revoked. The helper processes
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.