config: add pid client criteria
This commit is contained in:
parent
587ffc7ee5
commit
a952e658da
13 changed files with 55 additions and 1 deletions
|
|
@ -79,6 +79,8 @@ pub enum ClientCriterion<'a> {
|
|||
Sandboxed,
|
||||
/// Matches the user ID of the client.
|
||||
Uid(i32),
|
||||
/// Matches the process ID of the client.
|
||||
Pid(i32),
|
||||
}
|
||||
|
||||
impl ClientCriterion<'_> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue