all: split reusable components into workspace crates
This commit is contained in:
parent
2a079ed800
commit
657e7ce2f7
225 changed files with 7422 additions and 17602 deletions
|
|
@ -127,8 +127,6 @@ impl Rule for ClientRule {
|
|||
value_ref!(CommRegex, comm_regex);
|
||||
value_ref!(Exe, exe);
|
||||
value_ref!(ExeRegex, exe_regex);
|
||||
value_ref!(Tag, tag);
|
||||
value_ref!(TagRegex, tag_regex);
|
||||
value!(Uid, uid);
|
||||
value!(Pid, pid);
|
||||
bool!(Sandboxed, sandboxed);
|
||||
|
|
@ -177,12 +175,6 @@ impl Rule for ClientRule {
|
|||
});
|
||||
}
|
||||
}
|
||||
if let Some(caps) = self.capabilities {
|
||||
matcher.set_capabilities(caps);
|
||||
}
|
||||
if let Some(caps) = self.bounding_capabilities {
|
||||
matcher.set_sandbox_bounding_capabilities(caps);
|
||||
}
|
||||
}
|
||||
|
||||
fn gen_matcher(m: Self::Matcher) -> Self::Criterion<'static> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue