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
ft@0
     1
[Main]
ft@0
     2
# make sure this file is writeable
ft@0
     3
LogFile: /var/log/encryptionprovider.log
ft@0
     4
ft@0
     5
# DEBUG, INFO, WARNING, ERROR, CRITICAL
ft@0
     6
LogLevel: debug
ft@0
     7
ft@1
     8
# Path where the keyfile will be saved for temp usage
ft@1
     9
Keyfile: /tmp/keyfile.key
ft@0
    10
ft@1
    11
ft@1
    12
MountScript: /usr/local/bin/truecrypt_mount.sh
ft@1
    13
UmountScript: /usr/local/bin/truecrypt_umount.sh
ft@1
    14
InitScript: /usr/local/bin/truecrypt_init.sh
ft@1
    15
GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh