Actions
Optimization #7163
openunix-socket: refuse to startup if compiled w/o --enable-unixsocket
Effort:
Difficulty:
Label:
Good First Issue
Description
We should have an error when we pass --unix-socket but we did not compile with --enable-unixsocket
Comes from le trying to reproduce failure seen in https://github.com/OISF/suricata/pull/11429
And not understanding why the test was not behaving properly, until I realized I needed to compile with --enable-unixsocket
Updated by Victor Julien 4 months ago
- Subject changed from User-friendly error on --unix-socket command line argument when suricata is not compiled with --enable-unixsocket to unix-socket: refuse to startup if compiled w/o --enable-unixsocket
Actions