encryptionprovider.cfg
changeset 0 28b7682d5476
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/encryptionprovider.cfg	Tue Nov 04 18:26:39 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +[Main]
     1.5 +# make sure this file is writeable
     1.6 +LogFile: /var/log/encryptionprovider.log
     1.7 +
     1.8 +# DEBUG, INFO, WARNING, ERROR, CRITICAL
     1.9 +LogLevel: debug
    1.10 +
    1.11 +# Path where the keyfile will be saved for temp usage
    1.12 +Keyfile: /tmp/keyfile.key
    1.13 +
    1.14 +MountScript: /usr/local/bin/truecrypt_mount.sh
    1.15 +UmountScript: /usr/local/bin/truecrypt_umount.sh
    1.16 +InitScript: /usr/local/bin/truecrypt_init.sh
    1.17 +GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh
    1.18 +
    1.19 +# Umount Stick, ....
    1.20 +PreInitScript: /usr/local/bin/pre_init.sh
    1.21 +
    1.22 +# Mount create folders, mount osecfs, ...
    1.23 +PostInitScript: /usr/local/bin/post_init.sh
    1.24 \ No newline at end of file