Fix FS Auth directory
Condor daemons and user can authenticate via filesystem. Therefore, they need read/write access to the same directory. For the authentication from inside a container to the host system condor daemons, the directory is changed to /var/lib/condor/fs_auth
which is bind mounted into the container. The default /tmp
should be different for host and container.