aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2016-10-12 18:37:37 -0400
committerJorge Lucangeli Obes <jorgelo@google.com>2016-10-12 18:39:00 -0400
commit21c3ab10c21ce37f1e47d0ef1696bd9d49e57912 (patch)
tree317d1691a3e0d41440d3fa4e415c87304fbac4ba
parentfd6f8e31caec28bdd127eb97e2c2111cfcbac447 (diff)
downloadminijail-21c3ab10c21ce37f1e47d0ef1696bd9d49e57912.tar.gz
Update comment with new 'in' operator.android-n-mr1-preview-2android-n-mr1-preview-1
Bug: 31997910 Test: Compile. Change-Id: I453e288ad0ef6a1d241b55ca73adbc3dfb17b65a
-rw-r--r--syscall_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syscall_filter.c b/syscall_filter.c
index 34f6b3a..5262af3 100644
--- a/syscall_filter.c
+++ b/syscall_filter.c
@@ -265,7 +265,7 @@ struct filter_block *compile_section(int nr, const char *policy_line,
* Atoms are of the form "arg{DNUM} {OP} {NUM}"
* where:
* - DNUM is a decimal number.
- * - OP is an operator: ==, !=, or & (flags set).
+ * - OP is an operator: ==, !=, & (flags set), or 'in' (inclusion).
* - NUM is an octal, decimal, or hexadecimal number.
*
* When the syscall arguments make the expression true,