summaryrefslogtreecommitdiffstats
path: root/src/guestfs.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-26 21:03:37 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-26 21:03:37 +0100
commit91617069b9903af303187acaf8e83bc7dece2c93 (patch)
treeddb2a7d15b7769e58499efebbb7c850f3aba41f8 /src/guestfs.pod
parentf7e138835a7194135113088767c46df65dbf292a (diff)
downloadlibguestfs-91617069b9903af303187acaf8e83bc7dece2c93.tar.gz
libguestfs-91617069b9903af303187acaf8e83bc7dece2c93.tar.xz
libguestfs-91617069b9903af303187acaf8e83bc7dece2c93.zip
run: Label tmp directory.
There's not really any point just documenting that people should label the tmp directory, when we can just label it. So change the ./run script so it calls chcon. However it's not a failure if chcon doesn't work. If SELinux is not installed or is disabled, then labelling will fail.
Diffstat (limited to 'src/guestfs.pod')
-rw-r--r--src/guestfs.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 922e51a6..f276b94e 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -3305,11 +3305,6 @@ etc). The reason is so that you can run multiple parallel tests of
libguestfs without having one set of tests overwriting the appliance
created by another.
-If you are using libvirt + sVirt with SELinux enforcing, then you have
-to label this directory:
-
- chcon --reference=/tmp tmp
-
=item C<tools>
Command line tools written in Perl (L<virt-win-reg(1)> and many others).