config/encryptionprovider.cfg
changeset 1 ad15a8882cac
parent 0 35acc83f4749
child 17 980ca72ff1f1
     1.1 --- a/config/encryptionprovider.cfg	Tue Feb 25 08:08:37 2014 +0100
     1.2 +++ b/config/encryptionprovider.cfg	Tue Apr 08 11:39:52 2014 +0200
     1.3 @@ -5,8 +5,11 @@
     1.4  # DEBUG, INFO, WARNING, ERROR, CRITICAL
     1.5  LogLevel: debug
     1.6  
     1.7 +# Path where the keyfile will be saved for temp usage
     1.8 +Keyfile: /tmp/keyfile.key
     1.9  
    1.10 -MountScript: /usr/local/bin/
    1.11 -UmountScript: /usr/local/bin/
    1.12 -InitScript: /usr/local/bin/
    1.13 -GetDevicesScript: /usr/local/bin/
    1.14 \ No newline at end of file
    1.15 +
    1.16 +MountScript: /usr/local/bin/truecrypt_mount.sh
    1.17 +UmountScript: /usr/local/bin/truecrypt_umount.sh
    1.18 +InitScript: /usr/local/bin/truecrypt_init.sh
    1.19 +GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh
    1.20 \ No newline at end of file