Fixed: Security Issue by Command Injection in DLT System.
[profile/ivi/dlt-daemon.git] / src / system / dlt-system-process-handling.c
index 72a2785..c23bcca 100644 (file)
@@ -121,7 +121,8 @@ void start_threads(DltSystemConfiguration *config)
        start_systemd_watchdog(config);
 #endif
 
-       init_shell();
+       if(config->Shell.Enable)
+               init_shell();
 
        if(config->LogFile.Enable)
                start_logfile(config);