mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 18:33:16 +00:00
fix: Update bytecode timeout value in man pages
Signed-off-by: Liam Jarvis <jarviliam@gmail.com>
This commit is contained in:
parent
959fc13111
commit
f625fe4fb1
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ Default: TrustSigned
|
|||
\fBBytecodeTimeout NUMBER\fR
|
||||
Set bytecode timeout in milliseconds.
|
||||
.br
|
||||
Default: 5000
|
||||
Default: 10000
|
||||
.TP
|
||||
\fBBytecodeUnsigned BOOL\fR
|
||||
Allow loading bytecode from outside digitally signed .c[lv]d files.
|
||||
|
|
|
@ -103,7 +103,7 @@ With this option enabled ClamAV will load bytecode from the database. It is high
|
|||
Allow loading bytecode from outside digitally signed .c[lv]d files. **Caution**: You should NEVER run bytecode signatures from untrusted sources. Doing so may result in arbitrary code execution.
|
||||
.TP
|
||||
\fB\-\-bytecode\-timeout=N\fR
|
||||
Set bytecode timeout in milliseconds (default: 5000 = 5s)
|
||||
Set bytecode timeout in milliseconds (default: 10000 = 10s)
|
||||
.TP
|
||||
\fB\-\-statistics[=none(*)/bytecode/pcre]\fR
|
||||
Collect and print execution statistics.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue