macro_rules! or {
($($x:expr,)*) => { ... };
($($x:expr),*) => { ... };
}Expand description
Shorthand for chaining SeccompRules with the or operator in a SeccompFilter.
macro_rules! or {
($($x:expr,)*) => { ... };
($($x:expr),*) => { ... };
}Shorthand for chaining SeccompRules with the or operator in a SeccompFilter.