Macro or

Source
macro_rules! or {
    ($($x:expr,)*) => { ... };
    ($($x:expr),*) => { ... };
}
Expand description

Shorthand for chaining SeccompRules with the or operator in a SeccompFilter.