diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-10-14 14:26:07 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-10-14 14:26:07 -0400 |
commit | 55a819ba791ffdf2181d6f07d5bcbab98d197e86 (patch) | |
tree | 5907b475dc67449eacbcead1f81001ac54f88d98 | |
parent | b9fb83e6855daca7ac03eb3ca6f826c64f60b264 (diff) | |
parent | dda7f2fd52302a9c0f4b6b0120184c16823ac989 (diff) | |
download | openshift-55a819ba791ffdf2181d6f07d5bcbab98d197e86.tar.gz openshift-55a819ba791ffdf2181d6f07d5bcbab98d197e86.tar.bz2 openshift-55a819ba791ffdf2181d6f07d5bcbab98d197e86.tar.xz openshift-55a819ba791ffdf2181d6f07d5bcbab98d197e86.zip |
Merge pull request #692 from rjleaf/rjleaf-libvirt-doc-pr
'setfacl ...' works on Fedora 22 and solves a permissions issue
-rw-r--r-- | README_libvirt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index 3f8bbb5f0..18ec66f2a 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -75,7 +75,7 @@ In order to fix that issue, you have several possibilities: * accessible by the qemu user. * Grant the qemu user access to the storage pool. -On Arch: +On Arch or Fedora 22+: ``` setfacl -m g:kvm:--x ~ |