diff -r 000000000000 -r a600a9b39dd7 config/OsecFS.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/OsecFS.cfg Tue Nov 04 17:40:17 2014 +0100 @@ -0,0 +1,36 @@ +[Main] +# make sure this file is writeable +Logfile: /var/log/fuse_test.log + +# DEBUG, INFO, WARNING, ERROR, CRITICAL +LogLevel: debug + +# where the files really are on the filesystem +Rootpath: /tmp/root_fuse + + + + +# path to scanner class +#ScannerPath: /path/to/ikarusscanner/src/ +ScannerPath: /home/spawn/workspace_python/ikarusscanner/src/ + +# scanner module name +ScannerModuleName: IkarusScanner +ScannerClassName: IkarusScanner + +# config file for scanner (path will be in the constructor) +#ScannerConfig: /path/to/IkarusScanner.cfg +ScannerConfig: /home/spawn/workspace_python/ikarusscanner/config/IkarusScanner.cfg + + + +# path to scanner class +#ScannerPath: /path/to/clamavscanner/src + +# scanner module name +#ScannerModuleName: ClamAVScanner +#ScannerClassName: ClamAVScanner + +# config file for scanner (path will be in the constructor) +#ScannerConfig: /path/to/ClamAVScanner.cfg \ No newline at end of file