blob: 2020d180abdfc1a42cbb29f5d4e8304954145880 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- itl/command-plugins.conf.orig 2020-08-03 13:43:47 UTC
+++ itl/command-plugins.conf
@@ -1616,6 +1616,10 @@ object CheckCommand "procs" {
set_if = "$procs_nokthreads$"
description = "Only scan for non kernel threads"
}
+ "-j" = {
+ value = "$procs_jid$"
+ description = "Only scan for processes within that jail ID"
+ }
}
vars.procs_traditional = false
|