summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 72160bdd..49e412af 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ go test ./...
```
It is probably related and fixed in libvirt 1.3.3 (already available in openSUSE Tumbleweed).
+* On Ubuntu distros SELinux is enforced by qemu even if it is disabled globally, this might cause unexpected `Could not open '/var/lib/libvirt/images/<FILE_NAME>': Permission denied` errors. Double check that `security_driver = "none"` is uncommented in `/etc/libvirt/qemu.conf` and issue `sudo systemctl restart libvirt-bin` to restart the daemon.
+
## Author
* Duncan Mac-Vicar P. <dmacvicar@suse.de>