From b4d03448f320146363b80a99b1ea07e4ba67f79d Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 1 Jul 2019 14:41:44 +0200 Subject: improve README --- p11p-daemon/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'p11p-daemon') 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. -- cgit v1.1