diff options
author | Max Kellermann <max@duempel.org> | 2013-12-29 13:58:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-29 13:59:05 +0100 |
commit | e30b356eb018adcfb3efbce97c81bc0d99934826 (patch) | |
tree | cd3d054e225b244a270ab4c56d6cdc3f28485a14 /NEWS | |
parent | 09a0803116e642be4e983d1d09295afc788f37ca (diff) | |
download | mpd-e30b356eb018adcfb3efbce97c81bc0d99934826.tar.gz mpd-e30b356eb018adcfb3efbce97c81bc0d99934826.tar.xz mpd-e30b356eb018adcfb3efbce97c81bc0d99934826.zip |
daemon: no initgroups() when already running as the configured user
We can assume that initgroups() would be a no-op in that case, however
initgroups() is not allowed for unprivileged users anyway.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.18.7 (not yet released) +* daemon: don't initialize supplementary groups when already running + as the configured user ver 0.18.6 (2013/12/24) * input |