# File lib/vagrant-libvirt/util/storage_util.rb, line 10 def storage_gid(env) env[:machine].provider_config.qemu_use_session ? Process.gid : 0 end