macro_rules! and { ($($x:expr),*) => { ... }; }
Shorthand for chaining SeccompConditions with the and operator in a SeccompRule. The rule will take the Allow action if all the conditions are true.
SeccompCondition
and
SeccompRule
Allow