config/OsecFS.cfg
author ft
Tue, 04 Nov 2014 17:40:17 +0100
changeset 25 a600a9b39dd7
permissions -rw-r--r--
commit original files (rev 21)
ft@25
     1
[Main]
ft@25
     2
# make sure this file is writeable
ft@25
     3
Logfile: /var/log/fuse_test.log
ft@25
     4
ft@25
     5
# DEBUG, INFO, WARNING, ERROR, CRITICAL
ft@25
     6
LogLevel: debug
ft@25
     7
ft@25
     8
# where the files really are on the filesystem 
ft@25
     9
Rootpath: /tmp/root_fuse
ft@25
    10
ft@25
    11
ft@25
    12
ft@25
    13
ft@25
    14
# path to scanner class
ft@25
    15
#ScannerPath: /path/to/ikarusscanner/src/
ft@25
    16
ScannerPath: /home/spawn/workspace_python/ikarusscanner/src/
ft@25
    17
ft@25
    18
# scanner module name
ft@25
    19
ScannerModuleName: IkarusScanner
ft@25
    20
ScannerClassName: IkarusScanner
ft@25
    21
ft@25
    22
# config file for scanner (path will be in the constructor)
ft@25
    23
#ScannerConfig: /path/to/IkarusScanner.cfg
ft@25
    24
ScannerConfig: /home/spawn/workspace_python/ikarusscanner/config/IkarusScanner.cfg
ft@25
    25
ft@25
    26
ft@25
    27
ft@25
    28
# path to scanner class
ft@25
    29
#ScannerPath: /path/to/clamavscanner/src
ft@25
    30
ft@25
    31
# scanner module name
ft@25
    32
#ScannerModuleName: ClamAVScanner
ft@25
    33
#ScannerClassName: ClamAVScanner
ft@25
    34
ft@25
    35
# config file for scanner (path will be in the constructor)
ft@25
    36
#ScannerConfig: /path/to/ClamAVScanner.cfg