diff -r 000000000000 -r 28b7682d5476 encryptionprovider.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/encryptionprovider.cfg Tue Nov 04 18:26:39 2014 +0100 @@ -0,0 +1,20 @@ +[Main] +# make sure this file is writeable +LogFile: /var/log/encryptionprovider.log + +# DEBUG, INFO, WARNING, ERROR, CRITICAL +LogLevel: debug + +# Path where the keyfile will be saved for temp usage +Keyfile: /tmp/keyfile.key + +MountScript: /usr/local/bin/truecrypt_mount.sh +UmountScript: /usr/local/bin/truecrypt_umount.sh +InitScript: /usr/local/bin/truecrypt_init.sh +GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh + +# Umount Stick, .... +PreInitScript: /usr/local/bin/pre_init.sh + +# Mount create folders, mount osecfs, ... +PostInitScript: /usr/local/bin/post_init.sh \ No newline at end of file