Daemon permissions and posix_setgid()
posix_setgid only sets the primary group for the process. So make sure the group permissions you’re relying is a single group, who’s GID is set in /etc/passwd. Took me over an hour to trace that bug down today.
Continue Reading