Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tmp: Ignore libguestfsXXXXXX temporary files in tmp dir. | Richard W.M. Jones | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | ./run: Write temporary file in tmp directory. | Richard W.M. Jones | 2012-09-17 | 1 | -0/+1 |
| | | | | | We have a new 'tmp' directory under the top level dir for temporary files. Use it for the temporary output from the ./run script. | ||||
* | build: Create new 'tmp' directory for tests. | Richard W.M. Jones | 2012-09-14 | 1 | -0/+2 |
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 |