Comment 3 for bug 1517214

Revision history for this message
Juerg Walz (gw42) wrote : Re: failed call to setgid causes 500 internal server error

This is actually caused by a hard-coded restriction in seccomp.c . The numeric UIDs/GIDs are limited to < 65535 - I don't know why.

The attached patch removes this restriction.