From c704b615f2a5ed676f64d52ecbda9a45ba1c8409 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 26 Dec 2012 01:56:02 +0100 Subject: document per-app socket paths --- TODO | 1 - exmachina.py | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index a00f88d..0000000 --- a/TODO +++ /dev/null @@ -1 +0,0 @@ -- document per-app socket naming intention diff --git a/exmachina.py b/exmachina.py index f94f230..4fe6e75 100755 --- a/exmachina.py +++ b/exmachina.py @@ -33,6 +33,9 @@ attack on the client, which could feed back malicious information. Alternatively, an optional user or group can be specified and the socket file will have it's ownership and permissions changed appropriately. + +Note that the socket path would need to be changed on a per-application basis +so that competing daemons don't block/clobber each other. """ import os -- cgit v1.2.3