mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
Disabled global rule to avoid the application in the concatenated rule set
This commit is contained in:
parent
e58a67f5ad
commit
0214b89061
@ -8,10 +8,13 @@
|
|||||||
|
|
||||||
/* Globally only look at small files. */
|
/* 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 {
|
private global rule hatman_filesize : hatman {
|
||||||
condition:
|
condition:
|
||||||
filesize < 100KB
|
filesize < 100KB
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* Private rules that are used at the end in the public rules. */
|
/* Private rules that are used at the end in the public rules. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user