Bug #3473
closedDropping privileges does not work with NFLOG (5.0.x)
Description
Hi,
I'm using Suricata 4.1.2 on Debian 10. I use the NFLOG capture method. This works fine unless I instruct Suricata to run as a non-root user. As soon as I add this to my suricata.yaml, the service won't start anymore:
run-as: user: suricata group: suricata
Of course, both the user and group exist and the log directory and files are writable for the user. Nevertheless, Suricata fails to start and writes the following error message to suricata.log:
19/10/2019 -- 01:40:38 - <Notice> - This is Suricata version 4.1.2 RELEASE 19/10/2019 -- 01:42:24 - <Error> - [ERRCODE: SC_ERR_NFLOG_BIND(248)] - nflog_bind_pf() for AF_INET failed
That's it. Suricata goes into a loop here. When it starts up, it consumes 100% CPU time of one core for a while until it fails with the above error and restarts again (the restart might be triggered by the systemd service configuration).
When I comment the run-as configuration out, everything works as expected.
Is there anything I can to to make Suricata drop it's privileges when using the NFLOG capture method? Am I missing something here?
Cheers,
Timo
Files
Updated by Victor Julien over 4 years ago
- Copied from Bug #3265: Dropping privileges does not work with NFLOG added
Updated by Victor Julien over 4 years ago
- Copied to Bug #3474: Dropping privileges does not work with NFLOG (4.1.x) added
Updated by Victor Julien over 4 years ago
- Status changed from Assigned to Closed
- Label deleted (
Needs backport)