1{
2  "defaultAction": "SCMP_ACT_ERRNO",
3  "architectures": [
4    "SCMP_ARCH_X86_64",
5    "SCMP_ARCH_X86",
6    "SCMP_ARCH_X32"
7  ],
8  "syscalls": [
9    {
10      "name": "accept",
11      "action": "SCMP_ACT_ALLOW",
12      "args": []
13    },
14    {
15      "name": "accept4",
16      "action": "SCMP_ACT_ALLOW",
17      "args": []
18    },
19    {
20      "name": "access",
21      "action": "SCMP_ACT_ALLOW",
22      "args": []
23    },
24    {
25      "name": "alarm",
26      "action": "SCMP_ACT_ALLOW",
27      "args": []
28    },
29    {
30      "name": "bind",
31      "action": "SCMP_ACT_ALLOW",
32      "args": []
33    },
34    {
35      "name": "brk",
36      "action": "SCMP_ACT_ALLOW",
37      "args": []
38    },
39    {
40      "name": "capget",
41      "action": "SCMP_ACT_ALLOW",
42      "args": []
43    },
44    {
45      "name": "capset",
46      "action": "SCMP_ACT_ALLOW",
47      "args": []
48    },
49    {
50      "name": "chdir",
51      "action": "SCMP_ACT_ALLOW",
52      "args": []
53    },
54    {
55      "name": "chmod",
56      "action": "SCMP_ACT_ALLOW",
57      "args": []
58    },
59    {
60      "name": "chown",
61      "action": "SCMP_ACT_ALLOW",
62      "args": []
63    },
64    {
65      "name": "chown32",
66      "action": "SCMP_ACT_ALLOW",
67      "args": []
68    },
69    {
70      "name": "clock_getres",
71      "action": "SCMP_ACT_ALLOW",
72      "args": []
73    },
74    {
75      "name": "clock_gettime",
76      "action": "SCMP_ACT_ALLOW",
77      "args": []
78    },
79    {
80      "name": "clock_nanosleep",
81      "action": "SCMP_ACT_ALLOW",
82      "args": []
83    },
84    {
85      "name": "close",
86      "action": "SCMP_ACT_ALLOW",
87      "args": []
88    },
89    {
90      "name": "connect",
91      "action": "SCMP_ACT_ALLOW",
92      "args": []
93    },
94    {
95      "name": "copy_file_range",
96      "action": "SCMP_ACT_ALLOW",
97      "args": []
98    },
99    {
100      "name": "creat",
101      "action": "SCMP_ACT_ALLOW",
102      "args": []
103    },
104    {
105      "name": "dup",
106      "action": "SCMP_ACT_ALLOW",
107      "args": []
108    },
109    {
110      "name": "dup2",
111      "action": "SCMP_ACT_ALLOW",
112      "args": []
113    },
114    {
115      "name": "dup3",
116      "action": "SCMP_ACT_ALLOW",
117      "args": []
118    },
119    {
120      "name": "epoll_create",
121      "action": "SCMP_ACT_ALLOW",
122      "args": []
123    },
124    {
125      "name": "epoll_create1",
126      "action": "SCMP_ACT_ALLOW",
127      "args": []
128    },
129    {
130      "name": "epoll_ctl",
131      "action": "SCMP_ACT_ALLOW",
132      "args": []
133    },
134    {
135      "name": "epoll_ctl_old",
136      "action": "SCMP_ACT_ALLOW",
137      "args": []
138    },
139    {
140      "name": "epoll_pwait",
141      "action": "SCMP_ACT_ALLOW",
142      "args": []
143    },
144    {
145      "name": "epoll_wait",
146      "action": "SCMP_ACT_ALLOW",
147      "args": []
148    },
149    {
150      "name": "epoll_wait_old",
151      "action": "SCMP_ACT_ALLOW",
152      "args": []
153    },
154    {
155      "name": "eventfd",
156      "action": "SCMP_ACT_ALLOW",
157      "args": []
158    },
159    {
160      "name": "eventfd2",
161      "action": "SCMP_ACT_ALLOW",
162      "args": []
163    },
164    {
165      "name": "execve",
166      "action": "SCMP_ACT_ALLOW",
167      "args": []
168    },
169    {
170      "name": "execveat",
171      "action": "SCMP_ACT_ALLOW",
172      "args": []
173    },
174    {
175      "name": "exit",
176      "action": "SCMP_ACT_ALLOW",
177      "args": []
178    },
179    {
180      "name": "exit_group",
181      "action": "SCMP_ACT_ALLOW",
182      "args": []
183    },
184    {
185      "name": "faccessat",
186      "action": "SCMP_ACT_ALLOW",
187      "args": []
188    },
189    {
190      "name": "fadvise64",
191      "action": "SCMP_ACT_ALLOW",
192      "args": []
193    },
194    {
195      "name": "fadvise64_64",
196      "action": "SCMP_ACT_ALLOW",
197      "args": []
198    },
199    {
200      "name": "fallocate",
201      "action": "SCMP_ACT_ALLOW",
202      "args": []
203    },
204    {
205      "name": "fanotify_mark",
206      "action": "SCMP_ACT_ALLOW",
207      "args": []
208    },
209    {
210      "name": "fchdir",
211      "action": "SCMP_ACT_ALLOW",
212      "args": []
213    },
214    {
215      "name": "fchmod",
216      "action": "SCMP_ACT_ALLOW",
217      "args": []
218    },
219    {
220      "name": "fchmodat",
221      "action": "SCMP_ACT_ALLOW",
222      "args": []
223    },
224    {
225      "name": "fchown",
226      "action": "SCMP_ACT_ALLOW",
227      "args": []
228    },
229    {
230      "name": "fchown32",
231      "action": "SCMP_ACT_ALLOW",
232      "args": []
233    },
234    {
235      "name": "fchownat",
236      "action": "SCMP_ACT_ALLOW",
237      "args": []
238    },
239    {
240      "name": "fcntl",
241      "action": "SCMP_ACT_ALLOW",
242      "args": []
243    },
244    {
245      "name": "fcntl64",
246      "action": "SCMP_ACT_ALLOW",
247      "args": []
248    },
249    {
250      "name": "fdatasync",
251      "action": "SCMP_ACT_ALLOW",
252      "args": []
253    },
254    {
255      "name": "fgetxattr",
256      "action": "SCMP_ACT_ALLOW",
257      "args": []
258    },
259    {
260      "name": "flistxattr",
261      "action": "SCMP_ACT_ALLOW",
262      "args": []
263    },
264    {
265      "name": "flock",
266      "action": "SCMP_ACT_ALLOW",
267      "args": []
268    },
269    {
270      "name": "fork",
271      "action": "SCMP_ACT_ALLOW",
272      "args": []
273    },
274    {
275      "name": "fremovexattr",
276      "action": "SCMP_ACT_ALLOW",
277      "args": []
278    },
279    {
280      "name": "fsetxattr",
281      "action": "SCMP_ACT_ALLOW",
282      "args": []
283    },
284    {
285      "name": "fstat",
286      "action": "SCMP_ACT_ALLOW",
287      "args": []
288    },
289    {
290      "name": "fstat64",
291      "action": "SCMP_ACT_ALLOW",
292      "args": []
293    },
294    {
295      "name": "fstatat64",
296      "action": "SCMP_ACT_ALLOW",
297      "args": []
298    },
299    {
300      "name": "fstatfs",
301      "action": "SCMP_ACT_ALLOW",
302      "args": []
303    },
304    {
305      "name": "fstatfs64",
306      "action": "SCMP_ACT_ALLOW",
307      "args": []
308    },
309    {
310      "name": "fsync",
311      "action": "SCMP_ACT_ALLOW",
312      "args": []
313    },
314    {
315      "name": "ftruncate",
316      "action": "SCMP_ACT_ALLOW",
317      "args": []
318    },
319    {
320      "name": "ftruncate64",
321      "action": "SCMP_ACT_ALLOW",
322      "args": []
323    },
324    {
325      "name": "futex",
326      "action": "SCMP_ACT_ALLOW",
327      "args": []
328    },
329    {
330      "name": "futimesat",
331      "action": "SCMP_ACT_ALLOW",
332      "args": []
333    },
334    {
335      "name": "getcpu",
336      "action": "SCMP_ACT_ALLOW",
337      "args": []
338    },
339    {
340      "name": "getcwd",
341      "action": "SCMP_ACT_ALLOW",
342      "args": []
343    },
344    {
345      "name": "getdents",
346      "action": "SCMP_ACT_ALLOW",
347      "args": []
348    },
349    {
350      "name": "getdents64",
351      "action": "SCMP_ACT_ALLOW",
352      "args": []
353    },
354    {
355      "name": "getegid",
356      "action": "SCMP_ACT_ALLOW",
357      "args": []
358    },
359    {
360      "name": "getegid32",
361      "action": "SCMP_ACT_ALLOW",
362      "args": []
363    },
364    {
365      "name": "geteuid",
366      "action": "SCMP_ACT_ALLOW",
367      "args": []
368    },
369    {
370      "name": "geteuid32",
371      "action": "SCMP_ACT_ALLOW",
372      "args": []
373    },
374    {
375      "name": "getgid",
376      "action": "SCMP_ACT_ALLOW",
377      "args": []
378    },
379    {
380      "name": "getgid32",
381      "action": "SCMP_ACT_ALLOW",
382      "args": []
383    },
384    {
385      "name": "getgroups",
386      "action": "SCMP_ACT_ALLOW",
387      "args": []
388    },
389    {
390      "name": "getgroups32",
391      "action": "SCMP_ACT_ALLOW",
392      "args": []
393    },
394    {
395      "name": "getitimer",
396      "action": "SCMP_ACT_ALLOW",
397      "args": []
398    },
399    {
400      "name": "getpeername",
401      "action": "SCMP_ACT_ALLOW",
402      "args": []
403    },
404    {
405      "name": "getpgid",
406      "action": "SCMP_ACT_ALLOW",
407      "args": []
408    },
409    {
410      "name": "getpgrp",
411      "action": "SCMP_ACT_ALLOW",
412      "args": []
413    },
414    {
415      "name": "getpid",
416      "action": "SCMP_ACT_ALLOW",
417      "args": []
418    },
419    {
420      "name": "getppid",
421      "action": "SCMP_ACT_ALLOW",
422      "args": []
423    },
424    {
425      "name": "getpriority",
426      "action": "SCMP_ACT_ALLOW",
427      "args": []
428    },
429    {
430      "name": "getrandom",
431      "action": "SCMP_ACT_ALLOW",
432      "args": []
433    },
434    {
435      "name": "getresgid",
436      "action": "SCMP_ACT_ALLOW",
437      "args": []
438    },
439    {
440      "name": "getresgid32",
441      "action": "SCMP_ACT_ALLOW",
442      "args": []
443    },
444    {
445      "name": "getresuid",
446      "action": "SCMP_ACT_ALLOW",
447      "args": []
448    },
449    {
450      "name": "getresuid32",
451      "action": "SCMP_ACT_ALLOW",
452      "args": []
453    },
454    {
455      "name": "getrlimit",
456      "action": "SCMP_ACT_ALLOW",
457      "args": []
458    },
459    {
460      "name": "get_robust_list",
461      "action": "SCMP_ACT_ALLOW",
462      "args": []
463    },
464    {
465      "name": "getrusage",
466      "action": "SCMP_ACT_ALLOW",
467      "args": []
468    },
469    {
470      "name": "getsid",
471      "action": "SCMP_ACT_ALLOW",
472      "args": []
473    },
474    {
475      "name": "getsockname",
476      "action": "SCMP_ACT_ALLOW",
477      "args": []
478    },
479    {
480      "name": "getsockopt",
481      "action": "SCMP_ACT_ALLOW",
482      "args": []
483    },
484    {
485      "name": "get_thread_area",
486      "action": "SCMP_ACT_ALLOW",
487      "args": []
488    },
489    {
490      "name": "gettid",
491      "action": "SCMP_ACT_ALLOW",
492      "args": []
493    },
494    {
495      "name": "gettimeofday",
496      "action": "SCMP_ACT_ALLOW",
497      "args": []
498    },
499    {
500      "name": "getuid",
501      "action": "SCMP_ACT_ALLOW",
502      "args": []
503    },
504    {
505      "name": "getuid32",
506      "action": "SCMP_ACT_ALLOW",
507      "args": []
508    },
509    {
510      "name": "getxattr",
511      "action": "SCMP_ACT_ALLOW",
512      "args": []
513    },
514    {
515      "name": "inotify_add_watch",
516      "action": "SCMP_ACT_ALLOW",
517      "args": []
518    },
519    {
520      "name": "inotify_init",
521      "action": "SCMP_ACT_ALLOW",
522      "args": []
523    },
524    {
525      "name": "inotify_init1",
526      "action": "SCMP_ACT_ALLOW",
527      "args": []
528    },
529    {
530      "name": "inotify_rm_watch",
531      "action": "SCMP_ACT_ALLOW",
532      "args": []
533    },
534    {
535      "name": "io_cancel",
536      "action": "SCMP_ACT_ALLOW",
537      "args": []
538    },
539    {
540      "name": "ioctl",
541      "action": "SCMP_ACT_ALLOW",
542      "args": []
543    },
544    {
545      "name": "io_destroy",
546      "action": "SCMP_ACT_ALLOW",
547      "args": []
548    },
549    {
550      "name": "io_getevents",
551      "action": "SCMP_ACT_ALLOW",
552      "args": []
553    },
554    {
555      "name": "ioprio_get",
556      "action": "SCMP_ACT_ALLOW",
557      "args": []
558    },
559    {
560      "name": "ioprio_set",
561      "action": "SCMP_ACT_ALLOW",
562      "args": []
563    },
564    {
565      "name": "io_setup",
566      "action": "SCMP_ACT_ALLOW",
567      "args": []
568    },
569    {
570      "name": "io_submit",
571      "action": "SCMP_ACT_ALLOW",
572      "args": []
573    },
574    {
575      "name": "ipc",
576      "action": "SCMP_ACT_ALLOW",
577      "args": []
578    },
579    {
580      "name": "kill",
581      "action": "SCMP_ACT_ALLOW",
582      "args": []
583    },
584    {
585      "name": "lchown",
586      "action": "SCMP_ACT_ALLOW",
587      "args": []
588    },
589    {
590      "name": "lchown32",
591      "action": "SCMP_ACT_ALLOW",
592      "args": []
593    },
594    {
595      "name": "lgetxattr",
596      "action": "SCMP_ACT_ALLOW",
597      "args": []
598    },
599    {
600      "name": "link",
601      "action": "SCMP_ACT_ALLOW",
602      "args": []
603    },
604    {
605      "name": "linkat",
606      "action": "SCMP_ACT_ALLOW",
607      "args": []
608    },
609    {
610      "name": "listen",
611      "action": "SCMP_ACT_ALLOW",
612      "args": []
613    },
614    {
615      "name": "listxattr",
616      "action": "SCMP_ACT_ALLOW",
617      "args": []
618    },
619    {
620      "name": "llistxattr",
621      "action": "SCMP_ACT_ALLOW",
622      "args": []
623    },
624    {
625      "name": "_llseek",
626      "action": "SCMP_ACT_ALLOW",
627      "args": []
628    },
629    {
630      "name": "lremovexattr",
631      "action": "SCMP_ACT_ALLOW",
632      "args": []
633    },
634    {
635      "name": "lseek",
636      "action": "SCMP_ACT_ALLOW",
637      "args": []
638    },
639    {
640      "name": "lsetxattr",
641      "action": "SCMP_ACT_ALLOW",
642      "args": []
643    },
644    {
645      "name": "lstat",
646      "action": "SCMP_ACT_ALLOW",
647      "args": []
648    },
649    {
650      "name": "lstat64",
651      "action": "SCMP_ACT_ALLOW",
652      "args": []
653    },
654    {
655      "name": "madvise",
656      "action": "SCMP_ACT_ALLOW",
657      "args": []
658    },
659    {
660      "name": "memfd_create",
661      "action": "SCMP_ACT_ALLOW",
662      "args": []
663    },
664    {
665      "name": "mincore",
666      "action": "SCMP_ACT_ALLOW",
667      "args": []
668    },
669    {
670      "name": "mkdir",
671      "action": "SCMP_ACT_ALLOW",
672      "args": []
673    },
674    {
675      "name": "mkdirat",
676      "action": "SCMP_ACT_ALLOW",
677      "args": []
678    },
679    {
680      "name": "mknod",
681      "action": "SCMP_ACT_ALLOW",
682      "args": []
683    },
684    {
685      "name": "mknodat",
686      "action": "SCMP_ACT_ALLOW",
687      "args": []
688    },
689    {
690      "name": "mlock",
691      "action": "SCMP_ACT_ALLOW",
692      "args": []
693    },
694    {
695      "name": "mlock2",
696      "action": "SCMP_ACT_ALLOW",
697      "args": []
698    },
699    {
700      "name": "mlockall",
701      "action": "SCMP_ACT_ALLOW",
702      "args": []
703    },
704    {
705      "name": "mmap",
706      "action": "SCMP_ACT_ALLOW",
707      "args": []
708    },
709    {
710      "name": "mmap2",
711      "action": "SCMP_ACT_ALLOW",
712      "args": []
713    },
714    {
715      "name": "mprotect",
716      "action": "SCMP_ACT_ALLOW",
717      "args": []
718    },
719    {
720      "name": "mq_getsetattr",
721      "action": "SCMP_ACT_ALLOW",
722      "args": []
723    },
724    {
725      "name": "mq_notify",
726      "action": "SCMP_ACT_ALLOW",
727      "args": []
728    },
729    {
730      "name": "mq_open",
731      "action": "SCMP_ACT_ALLOW",
732      "args": []
733    },
734    {
735      "name": "mq_timedreceive",
736      "action": "SCMP_ACT_ALLOW",
737      "args": []
738    },
739    {
740      "name": "mq_timedsend",
741      "action": "SCMP_ACT_ALLOW",
742      "args": []
743    },
744    {
745      "name": "mq_unlink",
746      "action": "SCMP_ACT_ALLOW",
747      "args": []
748    },
749    {
750      "name": "mremap",
751      "action": "SCMP_ACT_ALLOW",
752      "args": []
753    },
754    {
755      "name": "msgctl",
756      "action": "SCMP_ACT_ALLOW",
757      "args": []
758    },
759    {
760      "name": "msgget",
761      "action": "SCMP_ACT_ALLOW",
762      "args": []
763    },
764    {
765      "name": "msgrcv",
766      "action": "SCMP_ACT_ALLOW",
767      "args": []
768    },
769    {
770      "name": "msgsnd",
771      "action": "SCMP_ACT_ALLOW",
772      "args": []
773    },
774    {
775      "name": "msync",
776      "action": "SCMP_ACT_ALLOW",
777      "args": []
778    },
779    {
780      "name": "munlock",
781      "action": "SCMP_ACT_ALLOW",
782      "args": []
783    },
784    {
785      "name": "munlockall",
786      "action": "SCMP_ACT_ALLOW",
787      "args": []
788    },
789    {
790      "name": "munmap",
791      "action": "SCMP_ACT_ALLOW",
792      "args": []
793    },
794    {
795      "name": "nanosleep",
796      "action": "SCMP_ACT_ALLOW",
797      "args": []
798    },
799    {
800      "name": "newfstatat",
801      "action": "SCMP_ACT_ALLOW",
802      "args": []
803    },
804    {
805      "name": "_newselect",
806      "action": "SCMP_ACT_ALLOW",
807      "args": []
808    },
809    {
810      "name": "open",
811      "action": "SCMP_ACT_ALLOW",
812      "args": []
813    },
814    {
815      "name": "openat",
816      "action": "SCMP_ACT_ALLOW",
817      "args": []
818    },
819    {
820      "name": "pause",
821      "action": "SCMP_ACT_ALLOW",
822      "args": []
823    },
824    {
825      "name": "personality",
826      "action": "SCMP_ACT_ALLOW",
827      "args": [
828        {
829          "index": 0,
830          "value": 0,
831          "valueTwo": 0,
832          "op": "SCMP_CMP_EQ"
833        }
834      ]
835    },
836    {
837      "name": "personality",
838      "action": "SCMP_ACT_ALLOW",
839      "args": [
840        {
841          "index": 0,
842          "value": 8,
843          "valueTwo": 0,
844          "op": "SCMP_CMP_EQ"
845        }
846      ]
847    },
848    {
849      "name": "personality",
850      "action": "SCMP_ACT_ALLOW",
851      "args": [
852        {
853          "index": 0,
854          "value": 4294967295,
855          "valueTwo": 0,
856          "op": "SCMP_CMP_EQ"
857        }
858      ]
859    },
860    {
861      "name": "pipe",
862      "action": "SCMP_ACT_ALLOW",
863      "args": []
864    },
865    {
866      "name": "pipe2",
867      "action": "SCMP_ACT_ALLOW",
868      "args": []
869    },
870    {
871      "name": "poll",
872      "action": "SCMP_ACT_ALLOW",
873      "args": []
874    },
875    {
876      "name": "ppoll",
877      "action": "SCMP_ACT_ALLOW",
878      "args": []
879    },
880    {
881      "name": "prctl",
882      "action": "SCMP_ACT_ALLOW",
883      "args": []
884    },
885    {
886      "name": "pread64",
887      "action": "SCMP_ACT_ALLOW",
888      "args": []
889    },
890    {
891      "name": "preadv",
892      "action": "SCMP_ACT_ALLOW",
893      "args": []
894    },
895    {
896      "name": "prlimit64",
897      "action": "SCMP_ACT_ALLOW",
898      "args": []
899    },
900    {
901      "name": "pselect6",
902      "action": "SCMP_ACT_ALLOW",
903      "args": []
904    },
905    {
906      "name": "pwrite64",
907      "action": "SCMP_ACT_ALLOW",
908      "args": []
909    },
910    {
911      "name": "pwritev",
912      "action": "SCMP_ACT_ALLOW",
913      "args": []
914    },
915    {
916      "name": "read",
917      "action": "SCMP_ACT_ALLOW",
918      "args": []
919    },
920    {
921      "name": "readahead",
922      "action": "SCMP_ACT_ALLOW",
923      "args": []
924    },
925    {
926      "name": "readlink",
927      "action": "SCMP_ACT_ALLOW",
928      "args": []
929    },
930    {
931      "name": "readlinkat",
932      "action": "SCMP_ACT_ALLOW",
933      "args": []
934    },
935    {
936      "name": "readv",
937      "action": "SCMP_ACT_ALLOW",
938      "args": []
939    },
940    {
941      "name": "recv",
942      "action": "SCMP_ACT_ALLOW",
943      "args": []
944    },
945    {
946      "name": "recvfrom",
947      "action": "SCMP_ACT_ALLOW",
948      "args": []
949    },
950    {
951      "name": "recvmmsg",
952      "action": "SCMP_ACT_ALLOW",
953      "args": []
954    },
955    {
956      "name": "recvmsg",
957      "action": "SCMP_ACT_ALLOW",
958      "args": []
959    },
960    {
961      "name": "remap_file_pages",
962      "action": "SCMP_ACT_ALLOW",
963      "args": []
964    },
965    {
966      "name": "removexattr",
967      "action": "SCMP_ACT_ALLOW",
968      "args": []
969    },
970    {
971      "name": "rename",
972      "action": "SCMP_ACT_ALLOW",
973      "args": []
974    },
975    {
976      "name": "renameat",
977      "action": "SCMP_ACT_ALLOW",
978      "args": []
979    },
980    {
981      "name": "renameat2",
982      "action": "SCMP_ACT_ALLOW",
983      "args": []
984    },
985    {
986      "name": "restart_syscall",
987      "action": "SCMP_ACT_ALLOW",
988      "args": []
989    },
990    {
991      "name": "rmdir",
992      "action": "SCMP_ACT_ALLOW",
993      "args": []
994    },
995    {
996      "name": "rt_sigaction",
997      "action": "SCMP_ACT_ALLOW",
998      "args": []
999    },
1000    {
1001      "name": "rt_sigpending",
1002      "action": "SCMP_ACT_ALLOW",
1003      "args": []
1004    },
1005    {
1006      "name": "rt_sigprocmask",
1007      "action": "SCMP_ACT_ALLOW",
1008      "args": []
1009    },
1010    {
1011      "name": "rt_sigqueueinfo",
1012      "action": "SCMP_ACT_ALLOW",
1013      "args": []
1014    },
1015    {
1016      "name": "rt_sigreturn",
1017      "action": "SCMP_ACT_ALLOW",
1018      "args": []
1019    },
1020    {
1021      "name": "rt_sigsuspend",
1022      "action": "SCMP_ACT_ALLOW",
1023      "args": []
1024    },
1025    {
1026      "name": "rt_sigtimedwait",
1027      "action": "SCMP_ACT_ALLOW",
1028      "args": []
1029    },
1030    {
1031      "name": "rt_tgsigqueueinfo",
1032      "action": "SCMP_ACT_ALLOW",
1033      "args": []
1034    },
1035    {
1036      "name": "sched_getaffinity",
1037      "action": "SCMP_ACT_ALLOW",
1038      "args": []
1039    },
1040    {
1041      "name": "sched_getattr",
1042      "action": "SCMP_ACT_ALLOW",
1043      "args": []
1044    },
1045    {
1046      "name": "sched_getparam",
1047      "action": "SCMP_ACT_ALLOW",
1048      "args": []
1049    },
1050    {
1051      "name": "sched_get_priority_max",
1052      "action": "SCMP_ACT_ALLOW",
1053      "args": []
1054    },
1055    {
1056      "name": "sched_get_priority_min",
1057      "action": "SCMP_ACT_ALLOW",
1058      "args": []
1059    },
1060    {
1061      "name": "sched_getscheduler",
1062      "action": "SCMP_ACT_ALLOW",
1063      "args": []
1064    },
1065    {
1066      "name": "sched_rr_get_interval",
1067      "action": "SCMP_ACT_ALLOW",
1068      "args": []
1069    },
1070    {
1071      "name": "sched_setaffinity",
1072      "action": "SCMP_ACT_ALLOW",
1073      "args": []
1074    },
1075    {
1076      "name": "sched_setattr",
1077      "action": "SCMP_ACT_ALLOW",
1078      "args": []
1079    },
1080    {
1081      "name": "sched_setparam",
1082      "action": "SCMP_ACT_ALLOW",
1083      "args": []
1084    },
1085    {
1086      "name": "sched_setscheduler",
1087      "action": "SCMP_ACT_ALLOW",
1088      "args": []
1089    },
1090    {
1091      "name": "sched_yield",
1092      "action": "SCMP_ACT_ALLOW",
1093      "args": []
1094    },
1095    {
1096      "name": "seccomp",
1097      "action": "SCMP_ACT_ALLOW",
1098      "args": []
1099    },
1100    {
1101      "name": "select",
1102      "action": "SCMP_ACT_ALLOW",
1103      "args": []
1104    },
1105    {
1106      "name": "semctl",
1107      "action": "SCMP_ACT_ALLOW",
1108      "args": []
1109    },
1110    {
1111      "name": "semget",
1112      "action": "SCMP_ACT_ALLOW",
1113      "args": []
1114    },
1115    {
1116      "name": "semop",
1117      "action": "SCMP_ACT_ALLOW",
1118      "args": []
1119    },
1120    {
1121      "name": "semtimedop",
1122      "action": "SCMP_ACT_ALLOW",
1123      "args": []
1124    },
1125    {
1126      "name": "send",
1127      "action": "SCMP_ACT_ALLOW",
1128      "args": []
1129    },
1130    {
1131      "name": "sendfile",
1132      "action": "SCMP_ACT_ALLOW",
1133      "args": []
1134    },
1135    {
1136      "name": "sendfile64",
1137      "action": "SCMP_ACT_ALLOW",
1138      "args": []
1139    },
1140    {
1141      "name": "sendmmsg",
1142      "action": "SCMP_ACT_ALLOW",
1143      "args": []
1144    },
1145    {
1146      "name": "sendmsg",
1147      "action": "SCMP_ACT_ALLOW",
1148      "args": []
1149    },
1150    {
1151      "name": "sendto",
1152      "action": "SCMP_ACT_ALLOW",
1153      "args": []
1154    },
1155    {
1156      "name": "setfsgid",
1157      "action": "SCMP_ACT_ALLOW",
1158      "args": []
1159    },
1160    {
1161      "name": "setfsgid32",
1162      "action": "SCMP_ACT_ALLOW",
1163      "args": []
1164    },
1165    {
1166      "name": "setfsuid",
1167      "action": "SCMP_ACT_ALLOW",
1168      "args": []
1169    },
1170    {
1171      "name": "setfsuid32",
1172      "action": "SCMP_ACT_ALLOW",
1173      "args": []
1174    },
1175    {
1176      "name": "setgid",
1177      "action": "SCMP_ACT_ALLOW",
1178      "args": []
1179    },
1180    {
1181      "name": "setgid32",
1182      "action": "SCMP_ACT_ALLOW",
1183      "args": []
1184    },
1185    {
1186      "name": "setgroups",
1187      "action": "SCMP_ACT_ALLOW",
1188      "args": []
1189    },
1190    {
1191      "name": "setgroups32",
1192      "action": "SCMP_ACT_ALLOW",
1193      "args": []
1194    },
1195    {
1196      "name": "setitimer",
1197      "action": "SCMP_ACT_ALLOW",
1198      "args": []
1199    },
1200    {
1201      "name": "setpgid",
1202      "action": "SCMP_ACT_ALLOW",
1203      "args": []
1204    },
1205    {
1206      "name": "setpriority",
1207      "action": "SCMP_ACT_ALLOW",
1208      "args": []
1209    },
1210    {
1211      "name": "setregid",
1212      "action": "SCMP_ACT_ALLOW",
1213      "args": []
1214    },
1215    {
1216      "name": "setregid32",
1217      "action": "SCMP_ACT_ALLOW",
1218      "args": []
1219    },
1220    {
1221      "name": "setresgid",
1222      "action": "SCMP_ACT_ALLOW",
1223      "args": []
1224    },
1225    {
1226      "name": "setresgid32",
1227      "action": "SCMP_ACT_ALLOW",
1228      "args": []
1229    },
1230    {
1231      "name": "setresuid",
1232      "action": "SCMP_ACT_ALLOW",
1233      "args": []
1234    },
1235    {
1236      "name": "setresuid32",
1237      "action": "SCMP_ACT_ALLOW",
1238      "args": []
1239    },
1240    {
1241      "name": "setreuid",
1242      "action": "SCMP_ACT_ALLOW",
1243      "args": []
1244    },
1245    {
1246      "name": "setreuid32",
1247      "action": "SCMP_ACT_ALLOW",
1248      "args": []
1249    },
1250    {
1251      "name": "setrlimit",
1252      "action": "SCMP_ACT_ALLOW",
1253      "args": []
1254    },
1255    {
1256      "name": "set_robust_list",
1257      "action": "SCMP_ACT_ALLOW",
1258      "args": []
1259    },
1260    {
1261      "name": "setsid",
1262      "action": "SCMP_ACT_ALLOW",
1263      "args": []
1264    },
1265    {
1266      "name": "setsockopt",
1267      "action": "SCMP_ACT_ALLOW",
1268      "args": []
1269    },
1270    {
1271      "name": "set_thread_area",
1272      "action": "SCMP_ACT_ALLOW",
1273      "args": []
1274    },
1275    {
1276      "name": "set_tid_address",
1277      "action": "SCMP_ACT_ALLOW",
1278      "args": []
1279    },
1280    {
1281      "name": "setuid",
1282      "action": "SCMP_ACT_ALLOW",
1283      "args": []
1284    },
1285    {
1286      "name": "setuid32",
1287      "action": "SCMP_ACT_ALLOW",
1288      "args": []
1289    },
1290    {
1291      "name": "setxattr",
1292      "action": "SCMP_ACT_ALLOW",
1293      "args": []
1294    },
1295    {
1296      "name": "shmat",
1297      "action": "SCMP_ACT_ALLOW",
1298      "args": []
1299    },
1300    {
1301      "name": "shmctl",
1302      "action": "SCMP_ACT_ALLOW",
1303      "args": []
1304    },
1305    {
1306      "name": "shmdt",
1307      "action": "SCMP_ACT_ALLOW",
1308      "args": []
1309    },
1310    {
1311      "name": "shmget",
1312      "action": "SCMP_ACT_ALLOW",
1313      "args": []
1314    },
1315    {
1316      "name": "shutdown",
1317      "action": "SCMP_ACT_ALLOW",
1318      "args": []
1319    },
1320    {
1321      "name": "sigaltstack",
1322      "action": "SCMP_ACT_ALLOW",
1323      "args": []
1324    },
1325    {
1326      "name": "signalfd",
1327      "action": "SCMP_ACT_ALLOW",
1328      "args": []
1329    },
1330    {
1331      "name": "signalfd4",
1332      "action": "SCMP_ACT_ALLOW",
1333      "args": []
1334    },
1335    {
1336      "name": "sigreturn",
1337      "action": "SCMP_ACT_ALLOW",
1338      "args": []
1339    },
1340    {
1341      "name": "socket",
1342      "action": "SCMP_ACT_ALLOW",
1343      "args": []
1344    },
1345    {
1346      "name": "socketcall",
1347      "action": "SCMP_ACT_ALLOW",
1348      "args": []
1349    },
1350    {
1351      "name": "socketpair",
1352      "action": "SCMP_ACT_ALLOW",
1353      "args": []
1354    },
1355    {
1356      "name": "splice",
1357      "action": "SCMP_ACT_ALLOW",
1358      "args": []
1359    },
1360    {
1361      "name": "stat",
1362      "action": "SCMP_ACT_ALLOW",
1363      "args": []
1364    },
1365    {
1366      "name": "stat64",
1367      "action": "SCMP_ACT_ALLOW",
1368      "args": []
1369    },
1370    {
1371      "name": "statfs",
1372      "action": "SCMP_ACT_ALLOW",
1373      "args": []
1374    },
1375    {
1376      "name": "statfs64",
1377      "action": "SCMP_ACT_ALLOW",
1378      "args": []
1379    },
1380    {
1381      "name": "symlink",
1382      "action": "SCMP_ACT_ALLOW",
1383      "args": []
1384    },
1385    {
1386      "name": "symlinkat",
1387      "action": "SCMP_ACT_ALLOW",
1388      "args": []
1389    },
1390    {
1391      "name": "sync",
1392      "action": "SCMP_ACT_ALLOW",
1393      "args": []
1394    },
1395    {
1396      "name": "sync_file_range",
1397      "action": "SCMP_ACT_ALLOW",
1398      "args": []
1399    },
1400    {
1401      "name": "syncfs",
1402      "action": "SCMP_ACT_ALLOW",
1403      "args": []
1404    },
1405    {
1406      "name": "sysinfo",
1407      "action": "SCMP_ACT_ALLOW",
1408      "args": []
1409    },
1410    {
1411      "name": "syslog",
1412      "action": "SCMP_ACT_ALLOW",
1413      "args": []
1414    },
1415    {
1416      "name": "tee",
1417      "action": "SCMP_ACT_ALLOW",
1418      "args": []
1419    },
1420    {
1421      "name": "tgkill",
1422      "action": "SCMP_ACT_ALLOW",
1423      "args": []
1424    },
1425    {
1426      "name": "time",
1427      "action": "SCMP_ACT_ALLOW",
1428      "args": []
1429    },
1430    {
1431      "name": "timer_create",
1432      "action": "SCMP_ACT_ALLOW",
1433      "args": []
1434    },
1435    {
1436      "name": "timer_delete",
1437      "action": "SCMP_ACT_ALLOW",
1438      "args": []
1439    },
1440    {
1441      "name": "timerfd_create",
1442      "action": "SCMP_ACT_ALLOW",
1443      "args": []
1444    },
1445    {
1446      "name": "timerfd_gettime",
1447      "action": "SCMP_ACT_ALLOW",
1448      "args": []
1449    },
1450    {
1451      "name": "timerfd_settime",
1452      "action": "SCMP_ACT_ALLOW",
1453      "args": []
1454    },
1455    {
1456      "name": "timer_getoverrun",
1457      "action": "SCMP_ACT_ALLOW",
1458      "args": []
1459    },
1460    {
1461      "name": "timer_gettime",
1462      "action": "SCMP_ACT_ALLOW",
1463      "args": []
1464    },
1465    {
1466      "name": "timer_settime",
1467      "action": "SCMP_ACT_ALLOW",
1468      "args": []
1469    },
1470    {
1471      "name": "times",
1472      "action": "SCMP_ACT_ALLOW",
1473      "args": []
1474    },
1475    {
1476      "name": "tkill",
1477      "action": "SCMP_ACT_ALLOW",
1478      "args": []
1479    },
1480    {
1481      "name": "truncate",
1482      "action": "SCMP_ACT_ALLOW",
1483      "args": []
1484    },
1485    {
1486      "name": "truncate64",
1487      "action": "SCMP_ACT_ALLOW",
1488      "args": []
1489    },
1490    {
1491      "name": "ugetrlimit",
1492      "action": "SCMP_ACT_ALLOW",
1493      "args": []
1494    },
1495    {
1496      "name": "umask",
1497      "action": "SCMP_ACT_ALLOW",
1498      "args": []
1499    },
1500    {
1501      "name": "uname",
1502      "action": "SCMP_ACT_ALLOW",
1503      "args": []
1504    },
1505    {
1506      "name": "unlink",
1507      "action": "SCMP_ACT_ALLOW",
1508      "args": []
1509    },
1510    {
1511      "name": "unlinkat",
1512      "action": "SCMP_ACT_ALLOW",
1513      "args": []
1514    },
1515    {
1516      "name": "utime",
1517      "action": "SCMP_ACT_ALLOW",
1518      "args": []
1519    },
1520    {
1521      "name": "utimensat",
1522      "action": "SCMP_ACT_ALLOW",
1523      "args": []
1524    },
1525    {
1526      "name": "utimes",
1527      "action": "SCMP_ACT_ALLOW",
1528      "args": []
1529    },
1530    {
1531      "name": "vfork",
1532      "action": "SCMP_ACT_ALLOW",
1533      "args": []
1534    },
1535    {
1536      "name": "vmsplice",
1537      "action": "SCMP_ACT_ALLOW",
1538      "args": []
1539    },
1540    {
1541      "name": "wait4",
1542      "action": "SCMP_ACT_ALLOW",
1543      "args": []
1544    },
1545    {
1546      "name": "waitid",
1547      "action": "SCMP_ACT_ALLOW",
1548      "args": []
1549    },
1550    {
1551      "name": "waitpid",
1552      "action": "SCMP_ACT_ALLOW",
1553      "args": []
1554    },
1555    {
1556      "name": "write",
1557      "action": "SCMP_ACT_ALLOW",
1558      "args": []
1559    },
1560    {
1561      "name": "writev",
1562      "action": "SCMP_ACT_ALLOW",
1563      "args": []
1564    },
1565    {
1566      "name": "arch_prctl",
1567      "action": "SCMP_ACT_ALLOW",
1568      "args": []
1569    },
1570    {
1571      "name": "modify_ldt",
1572      "action": "SCMP_ACT_ALLOW",
1573      "args": []
1574    },
1575    {
1576      "name": "chroot",
1577      "action": "SCMP_ACT_ALLOW",
1578      "args": []
1579    },
1580    {
1581      "name": "clone",
1582      "action": "SCMP_ACT_ALLOW",
1583      "args": [
1584        {
1585          "index": 0,
1586          "value": 2080505856,
1587          "valueTwo": 0,
1588          "op": "SCMP_CMP_MASKED_EQ"
1589        }
1590      ]
1591    }
1592  ]
1593}