diff options
author | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2013-11-26 14:54:58 +0100 |
---|---|---|
committer | Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> | 2014-01-10 07:15:38 +0100 |
commit | 34150c069cb4ec209d6ac9dfe066a77e1073936e (patch) | |
tree | c6dc9615c012ff932f5b68f7e966de2cd6f88867 /src/shared | |
parent | c48c1d23f6b27a459db55d64e87dbbc0394c0cf6 (diff) | |
download | DLT-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-x | src/shared/dlt_user_shared_cfg.h | 4 |
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"
|