From 2e7db1befc1375f1f097f9736340205fbc350550 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 25 Jul 2013 15:28:54 +0200 Subject: Fixed: Security Issue by Command Injection in DLT System. Signed-off-by: Alexander Wenzel --- src/system/dlt-system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/system/dlt-system.h') diff --git a/src/system/dlt-system.h b/src/system/dlt-system.h index aed71a6..211b198 100644 --- a/src/system/dlt-system.h +++ b/src/system/dlt-system.h @@ -86,6 +86,11 @@ typedef struct { int Daemonize; } DltSystemCliOptions; +// Configuration shell options +typedef struct { + int Enable; +} ShellOptions; + // Configuration syslog options typedef struct { int Enable; @@ -142,6 +147,7 @@ typedef struct { typedef struct { char *ApplicationId; + ShellOptions Shell; SyslogOptions Syslog; JournalOptions Journal; FiletransferOptions Filetransfer; -- cgit v1.2.1