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