summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rwxr-xr-xexmachina.py3
2 files changed, 3 insertions, 1 deletions
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