There are two folders with ownership nobody.nogroup:
/opt/piratebox/tmp
/opt/piratebox/share
I modified the permission of the tmp folder to 777 and noticed the owner of the sqlite file was minidlna.minidlna.
This means, the permission was correct but ownership did not match the configured minidlna service in
/usr/lib/systemd/System/minidlna.service
This file is in the pacman package and we need to make sure that the different services work together without digging holes into the filesystem security.
I want to test this configuration before updating the build scripts and post installation instructions.
/opt/piratebox/tmp
/opt/piratebox/share
I modified the permission of the tmp folder to 777 and noticed the owner of the sqlite file was minidlna.minidlna.
This means, the permission was correct but ownership did not match the configured minidlna service in
/usr/lib/systemd/System/minidlna.service
This file is in the pacman package and we need to make sure that the different services work together without digging holes into the filesystem security.
I want to test this configuration before updating the build scripts and post installation instructions.