Simplify creation of temporary directories in the scanners.
And also add the ability for zap_none to change the HOME directory to such a temporary directory.
This is because Firefox needs to create ~/.firefox. But in Openshift, we're getting a user created on the fly, without a home directory (i.e.: home directory is /, which is not writable)
Simplify creation of temporary directories in the scanners.
And also add the ability for zap_none to change the HOME directory to such a temporary directory.
This is because Firefox needs to create ~/.firefox. But in Openshift, we're getting a user created on the fly, without a home directory (i.e.: home directory is
/
, which is not writable)