syscall.Credential.NoSetGroups (field)

2 uses

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