When I create a child process, it inherits the supplementary gids of the parent. If the parent is a root, then the child has (0) as supplementary gid. This behavior is not desired.
Is it possible to force supplementary group IDs to have no group id? If yes, how?