Actions
Bug #785
closedwindows - yaml magic-file option
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:
Description
When compiling under windows - the resulting yaml contains:
magic-file: C:\\Program Files (x86)\\Suricata\\magic.mgc
notice the double backspace.
The line like that in yaml, used under windows - fails to start Suricata
If the line below is used:
magic-file: C:\Program Files (x86)\Suricata\magic.mgc
Suri starts, no problem.
Updated by Victor Julien over 11 years ago
- Subject changed from windows comple - resulting yaml to windows - yaml magic-file option
Updated by Victor Julien over 6 years ago
- Status changed from New to Closed
- Assignee deleted (
Anonymous) - Target version deleted (
TBD)
Current default is to set no path, and let libmagic figure it out. Seems to work well, so closing this.
Actions