Merge "Update ansible roles to automate nordix openvpn user management"
[infra/tools.git] / clamav / etc / clamav / clamscan_excludes.conf
index 236c43ba68bdaa83f90bde8ebedc8f113a812d95..f62cc49641b023c4635744981e250bd6ae552868 100644 (file)
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
-# This file is sourced as a shell script
-# It's only purpose is to exclude user defined
-# file types and directories from the clamscan
-# process triggered by
-# /etc/cron.daily/clamav
+# This file is executed by the /etc/cron/daily/clamav shell script
+# It is used to exclude specified file types and directories from the virus scan.
 #
-# FINDFILEFILTER. This parameter should be defined as an array of "find" file filter arguments
-#                 See "man find" for help on file filters for the "find" command
+# FIND_FILE_FILTER_ARRAY:
+#  This parameter should be defined as an array of "find" file filter arguments, useful
+#  for specifying file types that should be ignored
+#  See "man find" for help on file filters for the "find" command
 #
-# FINDPRUNEFILTER.  This parameter should be defined as an array of "find" path prune filter arguments
-#                   See "man find" for help on pruning paths for the "find" command
+# FIND_PRUNE_FILTER_ARRAY:
+#  This parameter should be defined as an array of "find" path prune filter arguments, useful
+#  for specifying directory trees that should be ignored
+#  See "man find" for help on pruning paths for the "find" command
 #
 # EXAMPLES:
 # FIND_FILE_FILTER_ARRAY=(! -iname '*.vdi' ! -iname '*.mp4' ! -name 'Hello World*')