Disabled global rule to avoid the application in the concatenated rule set

This commit is contained in:
Florian Roth 2017-12-19 01:37:49 +01:00
parent e58a67f5ad
commit 0214b89061

View File

@ -8,10 +8,13 @@
/* Globally only look at small files. */
/* Disabled global rule to avoid applying this rule to the full concatenated
rule set
private global rule hatman_filesize : hatman {
condition:
filesize < 100KB
}
*/
/* Private rules that are used at the end in the public rules. */