Actions
Bug #2373
openunix domain socket owner stays root when priviledges dropped
Affected Versions:
Effort:
Difficulty:
Label:
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
Updated by Richard Sailer almost 7 years ago
- Status changed from New to Feedback
- Assignee set to Richard Sailer
Updated by Richard Sailer almost 7 years ago
- Subject changed from unix domain socket owner not updated when priviledges dropped to unix domain socket owner stays root when priviledges dropped
- Description updated (diff)
Updated by Richard Sailer almost 7 years ago
- Related to Bug #2337: give warning if permissions won't allow log reopen after dropping privs added
Updated by Andreas Herz over 5 years ago
- Assignee changed from Richard Sailer to OISF Dev
Actions