encryptionprovider.cfg
author ft
Mon, 10 Nov 2014 14:45:01 +0100
changeset 1 f7b8f096b359
permissions -rw-r--r--
upaded package with latest source
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@0
     8
# Path where the keyfile will be saved for temp usage
ft@0
     9
Keyfile: /tmp/keyfile.key
ft@0
    10
ft@0
    11
MountScript: /usr/local/bin/truecrypt_mount.sh
ft@0
    12
UmountScript: /usr/local/bin/truecrypt_umount.sh
ft@0
    13
InitScript: /usr/local/bin/truecrypt_init.sh
ft@0
    14
GetDevicesScript: /usr/local/bin/truecrypt_getdevices.sh
ft@0
    15
ft@0
    16
# Umount Stick, ....
ft@0
    17
PreInitScript: /usr/local/bin/pre_init.sh
ft@0
    18
ft@0
    19
# Mount create folders, mount osecfs, ...
ft@0
    20
PostInitScript: /usr/local/bin/post_init.sh