config/encryptionprovider.cfg
author ft
Tue, 08 Apr 2014 11:39:52 +0200
changeset 1 ad15a8882cac
parent 0 35acc83f4749
child 17 980ca72ff1f1
permissions -rw-r--r--
Implemented getdevices, mount and umount
changed from /bin/bash to /bin/sh
     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 
    12 MountScript: /usr/local/bin/truecrypt_mount.sh
    13 UmountScript: /usr/local/bin/truecrypt_umount.sh
    14 InitScript: /usr/local/bin/truecrypt_init.sh
    15 GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh