syscall.Credential.NoSetGroups (field)

2 uses

	syscall (current package)
		exec_linux.go#L492: 		if !(sys.GidMappings != nil && !sys.GidMappingsEnableSetgroups && ngroups == 0) && !cred.NoSetGroups {
		exec_unix.go#L128: 	NoSetGroups bool     // If true, don't set supplementary groups