macro_rules! and {
($($x:expr),*) => { ... };
}
Expand description
Shorthand for chaining SeccompCondition
s 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 SeccompCondition
s with the and
operator in a SeccompRule
.
The rule will take the Allow
action if all the conditions are true.