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.
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.