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
     1 [Main]
     2 # make sure this file is writeable
     3 Logfile: /var/log/fuse_test.log
     4 
     5 # DEBUG, INFO, WARNING, ERROR, CRITICAL
     6 LogLevel: debug
     7 
     8 # where the files really are on the filesystem 
     9 Rootpath: /tmp/root_fuse
    10 
    11 
    12 # path to scanner class
    13 ScannerPath: /path/to/ikarusscanner/src/
    14 
    15 # scanner module name
    16 ScannerModuleName: IkarusScanner
    17 ScannerClassName: IkarusScanner
    18 
    19 # config file for scanner (path will be in the constructor)
    20 ScannerConfig: /path/to/IkarusScanner.cfg
    21 
    22 
    23 
    24 
    25 # path to scanner class
    26 #ScannerPath: /path/to/clamavscanner/src
    27 
    28 # scanner module name
    29 #ScannerModuleName: ClamAVScanner
    30 #ScannerClassName: ClamAVScanner
    31 
    32 # config file for scanner (path will be in the constructor)
    33 #ScannerConfig: /path/to/ClamAVScanner.cfg