rsync icon indicating copy to clipboard operation
rsync copied to clipboard

getgroups.c: ignore 65534(nobody) in supplementary groups

Open ptrcnull opened this issue 9 months ago • 0 comments

when running in some unprivileged namespaces, the supplementary groups are just all 65534(nobody) - getgroups returning nobody makes the chgrp test fail:

----- chgrp log follows
Testing for symlinks using 'test -h'
chgrp: /tmp/src/rsync-3.4.1/testtmp/chgrp/from/foo-65534: Invalid argument
Can't chgrp
----- chgrp log ends

ptrcnull avatar Mar 30 '25 21:03 ptrcnull