summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2013-11-26 14:54:58 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2014-01-10 07:15:38 +0100
commit34150c069cb4ec209d6ac9dfe066a77e1073936e (patch)
treec6dc9615c012ff932f5b68f7e966de2cd6f88867 /src/shared
parentc48c1d23f6b27a459db55d64e87dbbc0394c0cf6 (diff)
downloadDLT-daemon-34150c069cb4ec209d6ac9dfe066a77e1073936e.tar.gz
Security fix on DLT pipes.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/shared')
-rwxr-xr-xsrc/shared/dlt_user_shared_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/dlt_user_shared_cfg.h b/src/shared/dlt_user_shared_cfg.h
index 20b49bd..b780439 100755
--- a/src/shared/dlt_user_shared_cfg.h
+++ b/src/shared/dlt_user_shared_cfg.h
@@ -70,8 +70,8 @@
/* Changable */
/*************/
-/* Directory, whre the named pipes to the DLT daemon resides */
-#define DLT_USER_DIR "/tmp"
+/* Directory, where the named pipes to the DLT daemon resides */
+#define DLT_USER_DIR "/tmp/dltpipes"
/* Name of named pipe to DLT daemon */
#define DLT_USER_FIFO "/tmp/dlt"