config/OsecFS.cfg
changeset 25 a600a9b39dd7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/OsecFS.cfg	Tue Nov 04 17:40:17 2014 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +[Main]
     1.5 +# make sure this file is writeable
     1.6 +Logfile: /var/log/fuse_test.log
     1.7 +
     1.8 +# DEBUG, INFO, WARNING, ERROR, CRITICAL
     1.9 +LogLevel: debug
    1.10 +
    1.11 +# where the files really are on the filesystem 
    1.12 +Rootpath: /tmp/root_fuse
    1.13 +
    1.14 +
    1.15 +
    1.16 +
    1.17 +# path to scanner class
    1.18 +#ScannerPath: /path/to/ikarusscanner/src/
    1.19 +ScannerPath: /home/spawn/workspace_python/ikarusscanner/src/
    1.20 +
    1.21 +# scanner module name
    1.22 +ScannerModuleName: IkarusScanner
    1.23 +ScannerClassName: IkarusScanner
    1.24 +
    1.25 +# config file for scanner (path will be in the constructor)
    1.26 +#ScannerConfig: /path/to/IkarusScanner.cfg
    1.27 +ScannerConfig: /home/spawn/workspace_python/ikarusscanner/config/IkarusScanner.cfg
    1.28 +
    1.29 +
    1.30 +
    1.31 +# path to scanner class
    1.32 +#ScannerPath: /path/to/clamavscanner/src
    1.33 +
    1.34 +# scanner module name
    1.35 +#ScannerModuleName: ClamAVScanner
    1.36 +#ScannerClassName: ClamAVScanner
    1.37 +
    1.38 +# config file for scanner (path will be in the constructor)
    1.39 +#ScannerConfig: /path/to/ClamAVScanner.cfg
    1.40 \ No newline at end of file