I don't think it is a good idea to run minidlna daemon as root. It is pretty easy to fix, just pass proper --user option to start-stop-daemon in init script. I think as minimum, the --user can be nobody. But since minidlna works with filesystem: it maintains media cache database and writes log as file, better to add a user specifically for minidlna. Reproducible: Always
I've fixed this with the 1.0.23 version bump. +*minidlna-1.0.23 (29 Jan 2012) + + 29 Jan 2012; Michael Weber <xmw@gentoo.org> +minidlna-1.0.23.ebuild, + +files/minidlna-1.0.23.confd, +files/minidlna-1.0.23.initd: + Version bump. No longer run as root per default (thanks Yuri Karaban, bug + 394373) +