module Mixlib::ShellOut::Unix

def set_secondarygroups

def set_secondarygroups
  if sgids
    Process.groups = sgids
  end
end