diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-07-06 14:09:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 14:09:07 -0400 |
commit | 4f6d1b8dc386e44e80e9a3d8f4ac449cf7eab92a (patch) | |
tree | c84b8e4ba855a0b5b50496092ba16dbcadb2d96b | |
parent | 86f202a195bb12b296aa8eb75f94f8a89f9f5978 (diff) | |
parent | 2fd98cc45934180830ccea7b2fbd1290ce2c23a7 (diff) | |
download | openshift-4f6d1b8dc386e44e80e9a3d8f4ac449cf7eab92a.tar.gz openshift-4f6d1b8dc386e44e80e9a3d8f4ac449cf7eab92a.tar.bz2 openshift-4f6d1b8dc386e44e80e9a3d8f4ac449cf7eab92a.tar.xz openshift-4f6d1b8dc386e44e80e9a3d8f4ac449cf7eab92a.zip |
Merge pull request #1515 from fredoche/patch-1
Add libselinux-python as a dependency for the installation process
-rw-r--r-- | README_libvirt.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README_libvirt.md b/README_libvirt.md index 5c72eb64f..c523d83fb 100644 --- a/README_libvirt.md +++ b/README_libvirt.md @@ -22,6 +22,7 @@ Install dependencies 8. [Grant libvirt access to your user¹](https://libvirt.org/aclpolkit.html) 9. Check that your `$HOME` is accessible to the qemu user² 10. Configure dns resolution on the host³ +11. Install libselinux-python #### ¹ Depending on your distribution, libvirt access may be denied by default or may require a password at each access. |