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
RS Updated by Richard Sailer over 8 years ago
- Status changed from New to Feedback
- Assignee set to Richard Sailer
RS Updated by Richard Sailer over 8 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)
RS Updated by Richard Sailer over 8 years ago
- Related to Optimization #2337: give warning if permissions won't allow log reopen after dropping privs added
AH Updated by Andreas Herz over 8 years ago
- Target version set to TBD
AH Updated by Andreas Herz over 7 years ago
- Assignee changed from Richard Sailer to OISF Dev
PA Updated by Philippe Antoine about 1 year ago
- Tracker changed from Bug to Optimization
JI Updated by Jason Ish about 1 year ago
- Status changed from Feedback to Closed
Closing. Looks like this was fixed in 2017 (commit: babe8a299e?). Anyways, it has not been an issue since at least 6.0.
Actions