vm: fix yum-qubes-hooks
Program must be given as full path to qrexec_client_vm - it is passed directly to execv.
Este commit está contenido en:
padre
b4561e4453
commit
27664a74f1
@ -39,4 +39,4 @@ def posttrans_hook(conduit):
|
||||
filtered_updates = filter(lambda x: x not in all, pkg_list.updates)
|
||||
|
||||
# Notify dom0 about left updates count
|
||||
subprocess.call(['/usr/lib/qubes/qrexec_client_vm', 'dom0', 'qubes.NotifyUpdates', 'echo', str(len(filtered_updates))])
|
||||
subprocess.call(['/usr/lib/qubes/qrexec_client_vm', 'dom0', 'qubes.NotifyUpdates', '/bin/echo', str(len(filtered_updates))])
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user