encryptionprovider.cfg
author ft
Mon, 10 Nov 2014 14:45:01 +0100
changeset 1 f7b8f096b359
permissions -rw-r--r--
upaded package with latest source
     1 [Main]
     2 # make sure this file is writeable
     3 LogFile: /var/log/encryptionprovider.log
     4 
     5 # DEBUG, INFO, WARNING, ERROR, CRITICAL
     6 LogLevel: debug
     7 
     8 # Path where the keyfile will be saved for temp usage
     9 Keyfile: /tmp/keyfile.key
    10 
    11 MountScript: /usr/local/bin/truecrypt_mount.sh
    12 UmountScript: /usr/local/bin/truecrypt_umount.sh
    13 InitScript: /usr/local/bin/truecrypt_init.sh
    14 GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh
    15 
    16 # Umount Stick, ....
    17 PreInitScript: /usr/local/bin/pre_init.sh
    18 
    19 # Mount create folders, mount osecfs, ...
    20 PostInitScript: /usr/local/bin/post_init.sh