aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortoni <toni@devlap.local>2015-10-13 17:42:21 +0200
committertoni <toni@devlap.local>2015-10-17 18:10:42 +0200
commitd7071577be3f49b964c4d234024bf62328d0209d (patch)
tree7fff5680467c93b2fbd06374e91c81cb44b2c09d /config.h
parentc89e18ec972f165650a453aa8bd8b30309e323e6 (diff)
better ipc: using POSIX (semaphores && msg queues)
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index 26fdb3c..a559771 100644
--- a/config.h
+++ b/config.h
@@ -5,6 +5,10 @@
#define DEFAULT_FIFO "/lib/cryptsetup/passfifo"
#define SHTDWN_CMD "echo 'o' >/proc/sysrq-trigger"
+#define SEM_GUI "/naskpass-gui"
+#define SEM_INP "/naskpass-input"
+#define MSQ_PWD "/naskpass-passwd"
+
#ifdef _VERSION
#define VERSION _VERSION
#else