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