Displaying 1 result from an estimated 1 matches for "our_gid".
Did you mean:
our_bid
2014 Jul 16
2
[Bug 10719] New: Error with cached effective process gid
...97fb4474910f30e:
----------------------------------------
[lonerr at neon ~/src/rsync]% git show 3b83a22057b71e7df2b960d3997fb4474910f30e
commit 3b83a22057b71e7df2b960d3997fb4474910f30e
Author: Wayne Davison <wayned at samba.org>
Date: Wed Sep 2 08:56:34 2009 -0700
Define and use "our_gid" variable.
----------------------------------------
In this commit effective process gid determined once (in main.c), but after
client connect and daemon forked effective gid may be different (when you use
the 'gid' option in config file).
Now this commit was merged in 3.1.x thus brok...