We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a871e95 commit 41d7247Copy full SHA for 41d7247
.github/workflows/ci.yml
@@ -45,11 +45,11 @@ jobs:
45
- name: Permissions workaround
46
run: |
47
sudo sed -i -r 's/^#?[[:space:]]*security_driver[[:space:]]*=[^=]+/security_driver = "none"/' /etc/libvirt/qemu.conf
48
- stat /var/run/libvirt/libvirt-sock
49
- sudo install -o root -g root -m 0755 -d /var/lib/libvirt/images
+ sudo install -o root -g libvirt-qemu -m 0755 -d /var/lib/libvirt/images
50
virsh -c qemu:///system pool-create-as default dir --target /var/lib/libvirt/images
51
virsh -c qemu:///system pool-list --all
52
virsh -c qemu:///system net-list --all
+ stat /var/run/libvirt/libvirt-sock /var/lib/libvirt/images
53
54
- name: Enable KVM group perms
55
0 commit comments