docs(libvirt): note hooks execute with uid=0, gid=0

main
Tsu-ba-me 1 year ago committed by Yanhao Lei
parent 04bcaec9a5
commit 506956f539
  1. 4
      libvirt/hooks/qemu.d/ws

@ -1,4 +1,8 @@
#!/bin/bash
#
# Note: libvirt hook scripts execute with uid=0(root) gid=0(root) for all
# operations, i.e., started, stopped.
#
# TODO: re-enable after the possible libvirt deadlock is fixed.
exit 0

Loading…
Cancel
Save