• Michal Nazarewicz's avatar
    daemon: added "group" configuration option · d718a8b5
    Michal Nazarewicz authored
    The "group" configuration option is similar to "user" as it
    sets user set what group MPD shall run as.  With "user"
    option, MPD changed GID to the GID of the user, however,
    more control could be desired.
    
    Moreover, the patch changes the way of checking whether no
    setuid(2)/setgid(2) is required -- previously user names
    were compered, now UID and GIDs are compered (ie. the one we
    already have (getuid(2)/getgid(2)) with the one we want to
    change to).
    d718a8b5
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...