sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.62k stars 115 forks source link

gonic db created with world-readable permissions #527

Closed sparkhom closed 4 months ago

sparkhom commented 4 months ago

gonic version: v0.16.4

if from source, git tag/branch: latest

gonic creates its database file with world-readable permissions. This is an issue because it contains usernames/passwords in the users table.

sentriz commented 4 months ago

i think you can just change the system umask to achive this. if not please feel free to repoen