config/OsecFS.cfg
author ft
Tue, 18 Feb 2014 15:37:10 +0100
changeset 11 dc877520743b
parent 7 e75bc05c279d
child 12 e1961a1cbb61
permissions -rw-r--r--
moved scanner engines to extra projects
its now possible to configure the scanner engine with the config file
ft@0
     1
[Main]
ft@0
     2
# make sure this file is writeable
ft@0
     3
Logfile: /var/log/fuse_test.log
ft@0
     4
ft@11
     5
# DEBUG, INFO, WARNING, ERROR, CRITICAL
ft@11
     6
LogLevel: debug
ft@11
     7
ft@0
     8
# where the files really are on the filesystem 
ck@1
     9
Rootpath: /tmp/root_fuse
ck@1
    10
ck@5
    11
ft@11
    12
# path to scanner class
ft@11
    13
ScannerPath: /path/to/ikarusscanner/src/
ck@1
    14
ft@11
    15
# scanner module name
ft@11
    16
ScannerModuleName: IkarusScanner
ft@11
    17
ScannerClassName: IkarusScanner
ck@7
    18
ft@11
    19
# config file for scanner (path will be in the constructor)
ft@11
    20
ScannerConfig: /path/to/IkarusScanner.cfg
ft@11
    21
ft@11
    22
ft@11
    23
ft@11
    24
ft@11
    25
# path to scanner class
ft@11
    26
#ScannerPath: /path/to/clamavscanner/src
ft@11
    27
ft@11
    28
# scanner module name
ft@11
    29
#ScannerModuleName: ClamAVScanner
ft@11
    30
#ScannerClassName: ClamAVScanner
ft@11
    31
ft@11
    32
# config file for scanner (path will be in the constructor)
ft@11
    33
#ScannerConfig: /path/to/ClamAVScanner.cfg