summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/python/seccomp.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/seccomp.pyx b/src/python/seccomp.pyx
index a87e1a4..0108a6a 100644
--- a/src/python/seccomp.pyx
+++ b/src/python/seccomp.pyx
@@ -45,7 +45,7 @@ Argument comparison values:
EQ - argument equal the value
GT - argument greater than the value
GE - argument greater than, or equal to, the value
- MASKED_EQ - masked argument is equal to the value
+ MASKED_EQ - (arg & datum_b) == datum_a
Example: