osecfs_usb.cfg
author ft
Tue, 04 Nov 2014 17:44:32 +0100
changeset 0 2342e6cefd65
permissions -rw-r--r--
initial commit of osecfs-deb
ft@0
     1
[Main]
ft@0
     2
# make sure this file is writeable
ft@0
     3
Logfile: /var/log/osecfs_usb.log
ft@0
     4
ft@0
     5
# DEBUG, INFO, WARNING, ERROR, CRITICAL
ft@0
     6
LogLevel: debug
ft@0
     7
ft@0
     8
# where the files really are on the filesystem 
ft@0
     9
Rootpath: /media/usb0
ft@0
    10
ft@0
    11
ft@0
    12
ft@0
    13
ft@0
    14
# path to scanner class
ft@0
    15
#ScannerPath: /usr/bin/ikarusscanner/
ft@0
    16
ft@0
    17
# scanner module name
ft@0
    18
#ScannerModuleName: IkarusScanner
ft@0
    19
#ScannerClassName: IkarusScanner
ft@0
    20
ft@0
    21
# config file for scanner (path will be in the constructor)
ft@0
    22
#ScannerConfig: /etc/osecfs/IkarusScanner.cfg
ft@0
    23
ft@0
    24
# path to scanner class
ft@0
    25
ScannerPath: /usr/bin/clamavscanner/
ft@0
    26
ft@0
    27
# scanner module name
ft@0
    28
ScannerModuleName: ClamAVScanner
ft@0
    29
ScannerClassName: ClamAVScanner
ft@0
    30
ft@0
    31
# config file for scanner (path will be in the constructor)
ft@0
    32
ScannerConfig: /etc/osecfs/ClamAVScanner.cfg