Macro and

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

Shorthand for chaining SeccompConditions with the and operator in a SeccompRule. The rule will take the Allow action if all the conditions are true.