encryptionprovider.cfg
author ft
Wed, 03 Dec 2014 11:35:21 +0100
changeset 4 9c3105aa50e0
permissions -rw-r--r--
chnaged init sucess message so the user has to click away the message
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