config: add pid client criteria
This commit is contained in:
parent
587ffc7ee5
commit
a952e658da
13 changed files with 55 additions and 1 deletions
|
|
@ -233,6 +233,7 @@ pub struct ClientMatch {
|
|||
pub sandbox_instance_id_regex: Option<String>,
|
||||
pub sandboxed: Option<bool>,
|
||||
pub uid: Option<i32>,
|
||||
pub pid: Option<i32>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue