wni: changed qrexec agent path environment variable name
This commit is contained in:
parent
f91d6e93f6
commit
7e8978d278
@ -51,7 +51,7 @@ class QubesWniVmStorage(QubesVmStorage):
|
|||||||
|
|
||||||
# Pass paths for WNI libvirt driver
|
# Pass paths for WNI libvirt driver
|
||||||
os.putenv("WNI_DRIVER_QUBESDB_PATH", system_path['qubesdb_daemon_path'])
|
os.putenv("WNI_DRIVER_QUBESDB_PATH", system_path['qubesdb_daemon_path'])
|
||||||
os.putenv("WNI_DRIVER_QREXEC_PATH", system_path['qrexec_agent_path'])
|
os.putenv("WNI_DRIVER_QREXEC_AGENT_PATH", system_path['qrexec_agent_path'])
|
||||||
|
|
||||||
def _get_username(self, vmname = None):
|
def _get_username(self, vmname = None):
|
||||||
if vmname is None:
|
if vmname is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user