File: README

package info (click to toggle)
clamfs 0.9.1-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 616 kB
  • ctags: 120
  • sloc: cpp: 809; sh: 787; makefile: 64; xml: 27
file content (16 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ClamFS is a FUSE-based user-space file system for Linux with on-access
anti-virus file scanning through clamd daemon (a file scanning service
developed by ClamAV Project).

To build ClamFS you need:
 * FUSE
 * GNU libCommonCpp (and libxml2 as it's dependency)
 * RLog
 * POCO[1]

As a run-time dependency you need:
 * ClamAV (clamd)

[1] - POCO version 1.2.8 contain 4-BSDL licensed files and thus you
      should avoid linking it against any GPL licensed code. I strongly
      advise using version 1.2.9 (as license issues has been fixed).