summaryrefslogtreecommitdiff
path: root/p11p-daemon/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'p11p-daemon/README.md')
-rw-r--r--p11p-daemon/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/p11p-daemon/README.md b/p11p-daemon/README.md
index ab199d9..059dc91 100644
--- a/p11p-daemon/README.md
+++ b/p11p-daemon/README.md
@@ -14,6 +14,10 @@ Compile:
$ make
+## Configure
+
+For now, see config/sys.config.
+
## Run
To start an Erlang shell running the p11p application:
@@ -25,3 +29,10 @@ can now be used by a client. Example during debug phase:
$ echo foo | socat - UNIX-CONNECT:/run/user/1000/p11p/vtoken1-23484
ok, thanks: foo
+
+## Known bugs and limitations
+
+- Multiple p11 applications using the same vtoken in a given
+ p11p-daemon will result in undefined behaviour. We should either
+ make this work, or prohibit it by rejecting a second user of the
+ same vtoken.