summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Moioli <smoioli@suse.de>2016-06-27 17:30:17 +0200
committerGitHub <noreply@github.com>2016-06-27 17:30:17 +0200
commit22f096d94f2480a678c388cb2d8eff91425ed13d (patch)
tree43c104e2e64eaa806a044173b0f2834ce82bee0f /README.md
parent2c159cd7b486b4955dc9953344712f66b40f8ef0 (diff)
downloadterraform-provider-libvirt-22f096d94f2480a678c388cb2d8eff91425ed13d.tar
terraform-provider-libvirt-22f096d94f2480a678c388cb2d8eff91425ed13d.tar.gz
README: add documentation for known problem
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 91fd3c16..ce1a052f 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,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>