diff --git a/config-linux.md b/config-linux.md index 178361f34..9b248ad50 100644 --- a/config-linux.md +++ b/config-linux.md @@ -759,6 +759,11 @@ The following parameters can be specified to set up seccomp: * `SCMP_CMP_GT` * `SCMP_CMP_MASKED_EQ` + Syscalls in this list are not guaranteed to be unique, and MAY appear multiple + times. If a syscall appears multiple times, runtimes MUST use the first match, + MUST ignore further occurrences. Runtimes MAY log a warning if duplicate entries + are present. + ### Example ```json