summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorTrever L. Adams <trever.adams@gmail.com>2016-10-18 13:39:20 -0600
committerRalph Boehme <slow@samba.org>2018-01-24 10:29:46 +0100
commit5970d68bf651fb8dbf1ac4e79d8f2e9467154870 (patch)
treeadba382f29458d1e2075ad06e18b0ed11fc208ee /docs-xml
parent0b25089edd453270e52f2d8e6858a9996bb29a0d (diff)
downloadsamba-5970d68bf651fb8dbf1ac4e79d8f2e9467154870.tar.gz
Samba-VirusFilter: F-Secure AntiVirus (fsav) VFS and man page.
Signed-off-by: Trever L. Adams <trever.adams@gmail.com> Signed-off-by: SATOH Fumiyasu <fumiyas@osstech.co.jp> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_virusfilter.8.xml27
1 files changed, 25 insertions, 2 deletions
diff --git a/docs-xml/manpages/vfs_virusfilter.8.xml b/docs-xml/manpages/vfs_virusfilter.8.xml
index c4bc8920043..2e70ab0b553 100644
--- a/docs-xml/manpages/vfs_virusfilter.8.xml
+++ b/docs-xml/manpages/vfs_virusfilter.8.xml
@@ -44,6 +44,8 @@
<itemizedlist>
<listitem><para><emphasis>sophos</emphasis>, the Sophos AV
scanner</para></listitem>
+ <listitem><para><emphasis>fsav</emphasis>, the F-Secure AV
+ scanner</para></listitem>
</itemizedlist>
</listitem>
</varlistentry>
@@ -58,6 +60,8 @@
</para>
<para>For the <emphasis>sophos</emphasis>backend the default is
<emphasis>/var/run/savdi/sssp.sock</emphasis>.</para>
+ <para>For the <emphasis>fsav</emphasis> backend the default is
+ <emphasis>/tmp/.fsav-0</emphasis>.</para>
</listitem>
</varlistentry>
@@ -219,7 +223,7 @@
<term>virusfilter:scan archive = true</term>
<listitem>
<para>This defines whether or not to scan archives.</para>
- <para>Sophos supports this and defaults to false.</para>
+ <para>Sophos and F-Secure support this and it defaults to false.</para>
</listitem>
</varlistentry>
@@ -227,7 +231,16 @@
<term>virusfilter:max nested scan archive = 1</term>
<listitem>
<para>This defines the maximum depth to search nested archives.</para>
- <para>The Sophos module supports this and defaults to 1.</para>
+ <para>The Sophos and F-Secure support this and it defaults to 1.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>virusfilter:scan mime = true</term>
+ <listitem>
+ <para>This defines whether or not to scan mime files.</para>
+ <para>Only the <emphasis>fsav</emphasis>scanner supports this
+ option and defaults to false.</para>
</listitem>
</varlistentry>
@@ -309,6 +322,16 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>virusfilter:block suspected file = false</term>
+ <listitem>
+ <para>With this option on, suspected malware will be blocked as
+ well. Only the <emphasis>fsav</emphasis>scanner supports this
+ option.</para>
+ <para>If this option is not set, the default is false.</para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>