Files
Fred 92057dde56 fix(server): restrict unix socket permissions to 0660
The listening Unix socket was created world-writable (0666), allowing
any local user to connect. Restrict it to the owner and group.

Deployments where the reverse proxy runs as a different user now need
that user to share a group with the Miniflux process.
2026-07-20 18:15:02 -07:00
..