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.