Actions
Optimization #2373
closed
RS
OD
unix domain socket owner stays root when priviledges dropped
Optimization #2373:
unix domain socket owner stays root when priviledges dropped
Description
related: https://github.com/OISF/suricata/pull/3052
macpas suggest to solve this via extending the permissions on the socket
from rw-r-----
to rw-rw---- .
I think the nicer way to solve the problem is by setting the socket owner to the new user before we drop priviledges
Actions