rfxn / linux-malware-detect

Linux Malware Detection (LMD)
http://www.rfxn.com/projects/linux-malware-detect/
GNU General Public License v2.0
1.18k stars 228 forks source link

Add quotes around restore file paths. #402

Closed JamesColeman-LW closed 2 years ago

JamesColeman-LW commented 2 years ago

The log for quarantine has quotes around the file path which helps with log file parsing, however the restore log does not have quotes which makes it difficult to parse the file names from the log. Adding quotes would make it match the logging for quarantines and easier to parse the file paths.