@@ -721,7 +721,7 @@ The following parameters can be specified to set up seccomp:
721
721
When the action doesn't support an errno, the runtime MUST print and error and fail.
722
722
If not specified then its default value is ` EPERM ` .
723
723
* ** ` architectures ` ** * (array of strings, OPTIONAL)* - the architecture used for system calls.
724
- A valid list of constants as of libseccomp v2.5 .0 is shown below.
724
+ A valid list of constants as of libseccomp v2.6 .0 is shown below.
725
725
726
726
* ` SCMP_ARCH_X86 `
727
727
* ` SCMP_ARCH_X86_64 `
@@ -742,17 +742,10 @@ The following parameters can be specified to set up seccomp:
742
742
* ` SCMP_ARCH_PARISC `
743
743
* ` SCMP_ARCH_PARISC64 `
744
744
* ` SCMP_ARCH_RISCV64 `
745
-
746
- <!--
747
- The following constants are defined in the main branch of libseccomp,
748
- but not included in its latest release (v2.5) yet:
749
- https://github.com/seccomp/libseccomp/commits/main/include/seccomp.h.in
750
-
751
- * SCMP_ARCH_LOONGARCH64
752
- * SCMP_ARCH_M68K
753
- * SCMP_ARCH_SH
754
- * SCMP_ARCH_SHEB
755
- -->
745
+ * ` SCMP_ARCH_LOONGARCH64 `
746
+ * ` SCMP_ARCH_M68K `
747
+ * ` SCMP_ARCH_SH `
748
+ * ` SCMP_ARCH_SHEB `
756
749
757
750
* ** ` flags ` ** * (array of strings, OPTIONAL)* - list of flags to use with seccomp(2).
758
751
@@ -786,7 +779,7 @@ https://github.com/seccomp/libseccomp/commits/main/include/seccomp.h.in
786
779
* ** ` names ` ** * (array of strings, REQUIRED)* - the names of the syscalls.
787
780
` names ` MUST contain at least one entry.
788
781
* ** ` action ` ** * (string, REQUIRED)* - the action for seccomp rules.
789
- A valid list of constants as of libseccomp v2.5 .0 is shown below.
782
+ A valid list of constants as of libseccomp v2.6 .0 is shown below.
790
783
791
784
* ` SCMP_ACT_KILL `
792
785
* ` SCMP_ACT_KILL_PROCESS `
@@ -810,7 +803,7 @@ https://github.com/seccomp/libseccomp/commits/main/include/seccomp.h.in
810
803
* ** ` value ` ** * (uint64, REQUIRED)* - the value for syscall arguments in seccomp.
811
804
* ** ` valueTwo ` ** * (uint64, OPTIONAL)* - the value for syscall arguments in seccomp.
812
805
* ** ` op ` ** * (string, REQUIRED)* - the operator for syscall arguments in seccomp.
813
- A valid list of constants as of libseccomp v2.3.2 is shown below.
806
+ A valid list of constants as of libseccomp v2.6.0 is shown below.
814
807
815
808
* ` SCMP_CMP_NE `
816
809
* ` SCMP_CMP_LT `
0 commit comments