While trying to mount a Truecript container as a normal user I saw in the debug window a command: -f "/tmp/zuluCrypt-0/878313608" I am still working this out.
I have several environment variables set to point TMP to $HOME/tmp rather than the communal /tmp folder.
Is there some (obscure?) security reason why zuluCrypt is not honoring the environment variable ${TMP}?
e.g.:
TMPDIR=/home/user/tmp
TMP=/home/user/tmp
TEMPDIR=/home/user/tmp
TEMP=/home/user/tmp
While trying to mount a Truecript container as a normal user I saw in the debug window a command: -f "/tmp/zuluCrypt-0/878313608" I am still working this out.
I have several environment variables set to point TMP to $HOME/tmp rather than the communal /tmp folder.
Is there some (obscure?) security reason why zuluCrypt is not honoring the environment variable ${TMP}?
e.g.:
TMPDIR=/home/user/tmp
TMP=/home/user/tmp
TEMPDIR=/home/user/tmp
TEMP=/home/user/tmp