Evedel/bow

Wrong permissions when creating /var/lib/bow/

Closed this issue · 3 comments

ebikt commented

conf/conf.go:29: os.Mkdir(Env["dbpath"], 0600) should be os.Mkdir(Env["dbpath"], 0700)
When running as non-root user with permissions to create the directory, then bow fails to create the db file in the directory.

Hi, @ebikt!

Thank you for detailed issue report. Will fix it soon.

@ebikt, there is the updated version on dockerhub at the moment.