diff options
| author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-14 14:42:24 +0100 |
|---|---|---|
| committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-14 15:53:53 +0100 |
| commit | 834747a85d80ce02e9deca32be89199c10cd74fd (patch) | |
| tree | cf26afa77dbac15f67d010a30c71506f334eca7f /tmp | |
| parent | aa9e0057b19e29f76c9a81f9aebeeb1cb5bf1fdb (diff) | |
| download | libguestfs-834747a85d80ce02e9deca32be89199c10cd74fd.tar.gz libguestfs-834747a85d80ce02e9deca32be89199c10cd74fd.tar.xz libguestfs-834747a85d80ce02e9deca32be89199c10cd74fd.zip | |
build: Create new 'tmp' directory for tests.
Having a separate directory means:
(1) It's easy to clean up orphaned temporary files, the appliance,
etc.
(2) You can put an SELinux label on this directory so that qemu can
write to it when you're using sVirt and SELinux is enforcing:
chcon --reference=/tmp tmp
Diffstat (limited to 'tmp')
| -rw-r--r-- | tmp/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 00000000..996d0c5d --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,2 @@ +/.guestfs-* +/guestfs.* |
