mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
--- itl/command-plugins.conf.orig 2018-10-11 12:01:05 UTC
|
|
+++ itl/command-plugins.conf
|
|
@@ -1628,6 +1628,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
|