kltn20133118 commited on
Commit
17b0b72
·
verified ·
1 Parent(s): 6a5ecb1

Create seccomp_profile.json

Browse files
Files changed (1) hide show
  1. seccomp_profile.json +831 -0
seccomp_profile.json ADDED
@@ -0,0 +1,831 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "defaultAction": "SCMP_ACT_ERRNO",
3
+ "archMap": [
4
+ {
5
+ "architecture": "SCMP_ARCH_X86_64",
6
+ "subArchitectures": [
7
+ "SCMP_ARCH_X86",
8
+ "SCMP_ARCH_X32"
9
+ ]
10
+ },
11
+ {
12
+ "architecture": "SCMP_ARCH_AARCH64",
13
+ "subArchitectures": [
14
+ "SCMP_ARCH_ARM"
15
+ ]
16
+ },
17
+ {
18
+ "architecture": "SCMP_ARCH_MIPS64",
19
+ "subArchitectures": [
20
+ "SCMP_ARCH_MIPS",
21
+ "SCMP_ARCH_MIPS64N32"
22
+ ]
23
+ },
24
+ {
25
+ "architecture": "SCMP_ARCH_MIPS64N32",
26
+ "subArchitectures": [
27
+ "SCMP_ARCH_MIPS",
28
+ "SCMP_ARCH_MIPS64"
29
+ ]
30
+ },
31
+ {
32
+ "architecture": "SCMP_ARCH_MIPSEL64",
33
+ "subArchitectures": [
34
+ "SCMP_ARCH_MIPSEL",
35
+ "SCMP_ARCH_MIPSEL64N32"
36
+ ]
37
+ },
38
+ {
39
+ "architecture": "SCMP_ARCH_MIPSEL64N32",
40
+ "subArchitectures": [
41
+ "SCMP_ARCH_MIPSEL",
42
+ "SCMP_ARCH_MIPSEL64"
43
+ ]
44
+ },
45
+ {
46
+ "architecture": "SCMP_ARCH_S390X",
47
+ "subArchitectures": [
48
+ "SCMP_ARCH_S390"
49
+ ]
50
+ }
51
+ ],
52
+ "syscalls": [
53
+ {
54
+ "comment": "Allow create user namespaces",
55
+ "names": [
56
+ "clone",
57
+ "setns",
58
+ "unshare"
59
+ ],
60
+ "action": "SCMP_ACT_ALLOW",
61
+ "args": [],
62
+ "includes": {},
63
+ "excludes": {}
64
+ },
65
+ {
66
+ "names": [
67
+ "accept",
68
+ "accept4",
69
+ "access",
70
+ "adjtimex",
71
+ "alarm",
72
+ "bind",
73
+ "brk",
74
+ "capget",
75
+ "capset",
76
+ "chdir",
77
+ "chmod",
78
+ "chown",
79
+ "chown32",
80
+ "clock_adjtime",
81
+ "clock_adjtime64",
82
+ "clock_getres",
83
+ "clock_getres_time64",
84
+ "clock_gettime",
85
+ "clock_gettime64",
86
+ "clock_nanosleep",
87
+ "clock_nanosleep_time64",
88
+ "close",
89
+ "connect",
90
+ "copy_file_range",
91
+ "creat",
92
+ "dup",
93
+ "dup2",
94
+ "dup3",
95
+ "epoll_create",
96
+ "epoll_create1",
97
+ "epoll_ctl",
98
+ "epoll_ctl_old",
99
+ "epoll_pwait",
100
+ "epoll_wait",
101
+ "epoll_wait_old",
102
+ "eventfd",
103
+ "eventfd2",
104
+ "execve",
105
+ "execveat",
106
+ "exit",
107
+ "exit_group",
108
+ "faccessat",
109
+ "fadvise64",
110
+ "fadvise64_64",
111
+ "fallocate",
112
+ "fanotify_mark",
113
+ "fchdir",
114
+ "fchmod",
115
+ "fchmodat",
116
+ "fchown",
117
+ "fchown32",
118
+ "fchownat",
119
+ "fcntl",
120
+ "fcntl64",
121
+ "fdatasync",
122
+ "fgetxattr",
123
+ "flistxattr",
124
+ "flock",
125
+ "fork",
126
+ "fremovexattr",
127
+ "fsetxattr",
128
+ "fstat",
129
+ "fstat64",
130
+ "fstatat64",
131
+ "fstatfs",
132
+ "fstatfs64",
133
+ "fsync",
134
+ "ftruncate",
135
+ "ftruncate64",
136
+ "futex",
137
+ "futex_time64",
138
+ "futimesat",
139
+ "getcpu",
140
+ "getcwd",
141
+ "getdents",
142
+ "getdents64",
143
+ "getegid",
144
+ "getegid32",
145
+ "geteuid",
146
+ "geteuid32",
147
+ "getgid",
148
+ "getgid32",
149
+ "getgroups",
150
+ "getgroups32",
151
+ "getitimer",
152
+ "getpeername",
153
+ "getpgid",
154
+ "getpgrp",
155
+ "getpid",
156
+ "getppid",
157
+ "getpriority",
158
+ "getrandom",
159
+ "getresgid",
160
+ "getresgid32",
161
+ "getresuid",
162
+ "getresuid32",
163
+ "getrlimit",
164
+ "get_robust_list",
165
+ "getrusage",
166
+ "getsid",
167
+ "getsockname",
168
+ "getsockopt",
169
+ "get_thread_area",
170
+ "gettid",
171
+ "gettimeofday",
172
+ "getuid",
173
+ "getuid32",
174
+ "getxattr",
175
+ "inotify_add_watch",
176
+ "inotify_init",
177
+ "inotify_init1",
178
+ "inotify_rm_watch",
179
+ "io_cancel",
180
+ "ioctl",
181
+ "io_destroy",
182
+ "io_getevents",
183
+ "io_pgetevents",
184
+ "io_pgetevents_time64",
185
+ "ioprio_get",
186
+ "ioprio_set",
187
+ "io_setup",
188
+ "io_submit",
189
+ "io_uring_enter",
190
+ "io_uring_register",
191
+ "io_uring_setup",
192
+ "ipc",
193
+ "kill",
194
+ "lchown",
195
+ "lchown32",
196
+ "lgetxattr",
197
+ "link",
198
+ "linkat",
199
+ "listen",
200
+ "listxattr",
201
+ "llistxattr",
202
+ "_llseek",
203
+ "lremovexattr",
204
+ "lseek",
205
+ "lsetxattr",
206
+ "lstat",
207
+ "lstat64",
208
+ "madvise",
209
+ "membarrier",
210
+ "memfd_create",
211
+ "mincore",
212
+ "mkdir",
213
+ "mkdirat",
214
+ "mknod",
215
+ "mknodat",
216
+ "mlock",
217
+ "mlock2",
218
+ "mlockall",
219
+ "mmap",
220
+ "mmap2",
221
+ "mprotect",
222
+ "mq_getsetattr",
223
+ "mq_notify",
224
+ "mq_open",
225
+ "mq_timedreceive",
226
+ "mq_timedreceive_time64",
227
+ "mq_timedsend",
228
+ "mq_timedsend_time64",
229
+ "mq_unlink",
230
+ "mremap",
231
+ "msgctl",
232
+ "msgget",
233
+ "msgrcv",
234
+ "msgsnd",
235
+ "msync",
236
+ "munlock",
237
+ "munlockall",
238
+ "munmap",
239
+ "nanosleep",
240
+ "newfstatat",
241
+ "_newselect",
242
+ "open",
243
+ "openat",
244
+ "pause",
245
+ "pipe",
246
+ "pipe2",
247
+ "poll",
248
+ "ppoll",
249
+ "ppoll_time64",
250
+ "prctl",
251
+ "pread64",
252
+ "preadv",
253
+ "preadv2",
254
+ "prlimit64",
255
+ "pselect6",
256
+ "pselect6_time64",
257
+ "pwrite64",
258
+ "pwritev",
259
+ "pwritev2",
260
+ "read",
261
+ "readahead",
262
+ "readlink",
263
+ "readlinkat",
264
+ "readv",
265
+ "recv",
266
+ "recvfrom",
267
+ "recvmmsg",
268
+ "recvmmsg_time64",
269
+ "recvmsg",
270
+ "remap_file_pages",
271
+ "removexattr",
272
+ "rename",
273
+ "renameat",
274
+ "renameat2",
275
+ "restart_syscall",
276
+ "rmdir",
277
+ "rseq",
278
+ "rt_sigaction",
279
+ "rt_sigpending",
280
+ "rt_sigprocmask",
281
+ "rt_sigqueueinfo",
282
+ "rt_sigreturn",
283
+ "rt_sigsuspend",
284
+ "rt_sigtimedwait",
285
+ "rt_sigtimedwait_time64",
286
+ "rt_tgsigqueueinfo",
287
+ "sched_getaffinity",
288
+ "sched_getattr",
289
+ "sched_getparam",
290
+ "sched_get_priority_max",
291
+ "sched_get_priority_min",
292
+ "sched_getscheduler",
293
+ "sched_rr_get_interval",
294
+ "sched_rr_get_interval_time64",
295
+ "sched_setaffinity",
296
+ "sched_setattr",
297
+ "sched_setparam",
298
+ "sched_setscheduler",
299
+ "sched_yield",
300
+ "seccomp",
301
+ "select",
302
+ "semctl",
303
+ "semget",
304
+ "semop",
305
+ "semtimedop",
306
+ "semtimedop_time64",
307
+ "send",
308
+ "sendfile",
309
+ "sendfile64",
310
+ "sendmmsg",
311
+ "sendmsg",
312
+ "sendto",
313
+ "setfsgid",
314
+ "setfsgid32",
315
+ "setfsuid",
316
+ "setfsuid32",
317
+ "setgid",
318
+ "setgid32",
319
+ "setgroups",
320
+ "setgroups32",
321
+ "setitimer",
322
+ "setpgid",
323
+ "setpriority",
324
+ "setregid",
325
+ "setregid32",
326
+ "setresgid",
327
+ "setresgid32",
328
+ "setresuid",
329
+ "setresuid32",
330
+ "setreuid",
331
+ "setreuid32",
332
+ "setrlimit",
333
+ "set_robust_list",
334
+ "setsid",
335
+ "setsockopt",
336
+ "set_thread_area",
337
+ "set_tid_address",
338
+ "setuid",
339
+ "setuid32",
340
+ "setxattr",
341
+ "shmat",
342
+ "shmctl",
343
+ "shmdt",
344
+ "shmget",
345
+ "shutdown",
346
+ "sigaltstack",
347
+ "signalfd",
348
+ "signalfd4",
349
+ "sigprocmask",
350
+ "sigreturn",
351
+ "socket",
352
+ "socketcall",
353
+ "socketpair",
354
+ "splice",
355
+ "stat",
356
+ "stat64",
357
+ "statfs",
358
+ "statfs64",
359
+ "statx",
360
+ "symlink",
361
+ "symlinkat",
362
+ "sync",
363
+ "sync_file_range",
364
+ "syncfs",
365
+ "sysinfo",
366
+ "tee",
367
+ "tgkill",
368
+ "time",
369
+ "timer_create",
370
+ "timer_delete",
371
+ "timer_getoverrun",
372
+ "timer_gettime",
373
+ "timer_gettime64",
374
+ "timer_settime",
375
+ "timer_settime64",
376
+ "timerfd_create",
377
+ "timerfd_gettime",
378
+ "timerfd_gettime64",
379
+ "timerfd_settime",
380
+ "timerfd_settime64",
381
+ "times",
382
+ "tkill",
383
+ "truncate",
384
+ "truncate64",
385
+ "ugetrlimit",
386
+ "umask",
387
+ "uname",
388
+ "unlink",
389
+ "unlinkat",
390
+ "utime",
391
+ "utimensat",
392
+ "utimensat_time64",
393
+ "utimes",
394
+ "vfork",
395
+ "vmsplice",
396
+ "wait4",
397
+ "waitid",
398
+ "waitpid",
399
+ "write",
400
+ "writev"
401
+ ],
402
+ "action": "SCMP_ACT_ALLOW",
403
+ "args": [],
404
+ "comment": "",
405
+ "includes": {},
406
+ "excludes": {}
407
+ },
408
+ {
409
+ "names": [
410
+ "ptrace"
411
+ ],
412
+ "action": "SCMP_ACT_ALLOW",
413
+ "args": null,
414
+ "comment": "",
415
+ "includes": {
416
+ "minKernel": "4.8"
417
+ },
418
+ "excludes": {}
419
+ },
420
+ {
421
+ "names": [
422
+ "personality"
423
+ ],
424
+ "action": "SCMP_ACT_ALLOW",
425
+ "args": [
426
+ {
427
+ "index": 0,
428
+ "value": 0,
429
+ "valueTwo": 0,
430
+ "op": "SCMP_CMP_EQ"
431
+ }
432
+ ],
433
+ "comment": "",
434
+ "includes": {},
435
+ "excludes": {}
436
+ },
437
+ {
438
+ "names": [
439
+ "personality"
440
+ ],
441
+ "action": "SCMP_ACT_ALLOW",
442
+ "args": [
443
+ {
444
+ "index": 0,
445
+ "value": 8,
446
+ "valueTwo": 0,
447
+ "op": "SCMP_CMP_EQ"
448
+ }
449
+ ],
450
+ "comment": "",
451
+ "includes": {},
452
+ "excludes": {}
453
+ },
454
+ {
455
+ "names": [
456
+ "personality"
457
+ ],
458
+ "action": "SCMP_ACT_ALLOW",
459
+ "args": [
460
+ {
461
+ "index": 0,
462
+ "value": 131072,
463
+ "valueTwo": 0,
464
+ "op": "SCMP_CMP_EQ"
465
+ }
466
+ ],
467
+ "comment": "",
468
+ "includes": {},
469
+ "excludes": {}
470
+ },
471
+ {
472
+ "names": [
473
+ "personality"
474
+ ],
475
+ "action": "SCMP_ACT_ALLOW",
476
+ "args": [
477
+ {
478
+ "index": 0,
479
+ "value": 131080,
480
+ "valueTwo": 0,
481
+ "op": "SCMP_CMP_EQ"
482
+ }
483
+ ],
484
+ "comment": "",
485
+ "includes": {},
486
+ "excludes": {}
487
+ },
488
+ {
489
+ "names": [
490
+ "personality"
491
+ ],
492
+ "action": "SCMP_ACT_ALLOW",
493
+ "args": [
494
+ {
495
+ "index": 0,
496
+ "value": 4294967295,
497
+ "valueTwo": 0,
498
+ "op": "SCMP_CMP_EQ"
499
+ }
500
+ ],
501
+ "comment": "",
502
+ "includes": {},
503
+ "excludes": {}
504
+ },
505
+ {
506
+ "names": [
507
+ "sync_file_range2"
508
+ ],
509
+ "action": "SCMP_ACT_ALLOW",
510
+ "args": [],
511
+ "comment": "",
512
+ "includes": {
513
+ "arches": [
514
+ "ppc64le"
515
+ ]
516
+ },
517
+ "excludes": {}
518
+ },
519
+ {
520
+ "names": [
521
+ "arm_fadvise64_64",
522
+ "arm_sync_file_range",
523
+ "sync_file_range2",
524
+ "breakpoint",
525
+ "cacheflush",
526
+ "set_tls"
527
+ ],
528
+ "action": "SCMP_ACT_ALLOW",
529
+ "args": [],
530
+ "comment": "",
531
+ "includes": {
532
+ "arches": [
533
+ "arm",
534
+ "arm64"
535
+ ]
536
+ },
537
+ "excludes": {}
538
+ },
539
+ {
540
+ "names": [
541
+ "arch_prctl"
542
+ ],
543
+ "action": "SCMP_ACT_ALLOW",
544
+ "args": [],
545
+ "comment": "",
546
+ "includes": {
547
+ "arches": [
548
+ "amd64",
549
+ "x32"
550
+ ]
551
+ },
552
+ "excludes": {}
553
+ },
554
+ {
555
+ "names": [
556
+ "modify_ldt"
557
+ ],
558
+ "action": "SCMP_ACT_ALLOW",
559
+ "args": [],
560
+ "comment": "",
561
+ "includes": {
562
+ "arches": [
563
+ "amd64",
564
+ "x32",
565
+ "x86"
566
+ ]
567
+ },
568
+ "excludes": {}
569
+ },
570
+ {
571
+ "names": [
572
+ "s390_pci_mmio_read",
573
+ "s390_pci_mmio_write",
574
+ "s390_runtime_instr"
575
+ ],
576
+ "action": "SCMP_ACT_ALLOW",
577
+ "args": [],
578
+ "comment": "",
579
+ "includes": {
580
+ "arches": [
581
+ "s390",
582
+ "s390x"
583
+ ]
584
+ },
585
+ "excludes": {}
586
+ },
587
+ {
588
+ "names": [
589
+ "open_by_handle_at"
590
+ ],
591
+ "action": "SCMP_ACT_ALLOW",
592
+ "args": [],
593
+ "comment": "",
594
+ "includes": {
595
+ "caps": [
596
+ "CAP_DAC_READ_SEARCH"
597
+ ]
598
+ },
599
+ "excludes": {}
600
+ },
601
+ {
602
+ "names": [
603
+ "bpf",
604
+ "clone",
605
+ "fanotify_init",
606
+ "lookup_dcookie",
607
+ "mount",
608
+ "name_to_handle_at",
609
+ "perf_event_open",
610
+ "quotactl",
611
+ "setdomainname",
612
+ "sethostname",
613
+ "setns",
614
+ "syslog",
615
+ "umount",
616
+ "umount2",
617
+ "unshare"
618
+ ],
619
+ "action": "SCMP_ACT_ALLOW",
620
+ "args": [],
621
+ "comment": "",
622
+ "includes": {
623
+ "caps": [
624
+ "CAP_SYS_ADMIN"
625
+ ]
626
+ },
627
+ "excludes": {}
628
+ },
629
+ {
630
+ "names": [
631
+ "clone"
632
+ ],
633
+ "action": "SCMP_ACT_ALLOW",
634
+ "args": [
635
+ {
636
+ "index": 0,
637
+ "value": 2114060288,
638
+ "valueTwo": 0,
639
+ "op": "SCMP_CMP_MASKED_EQ"
640
+ }
641
+ ],
642
+ "comment": "",
643
+ "includes": {},
644
+ "excludes": {
645
+ "caps": [
646
+ "CAP_SYS_ADMIN"
647
+ ],
648
+ "arches": [
649
+ "s390",
650
+ "s390x"
651
+ ]
652
+ }
653
+ },
654
+ {
655
+ "names": [
656
+ "clone"
657
+ ],
658
+ "action": "SCMP_ACT_ALLOW",
659
+ "args": [
660
+ {
661
+ "index": 1,
662
+ "value": 2114060288,
663
+ "valueTwo": 0,
664
+ "op": "SCMP_CMP_MASKED_EQ"
665
+ }
666
+ ],
667
+ "comment": "s390 parameter ordering for clone is different",
668
+ "includes": {
669
+ "arches": [
670
+ "s390",
671
+ "s390x"
672
+ ]
673
+ },
674
+ "excludes": {
675
+ "caps": [
676
+ "CAP_SYS_ADMIN"
677
+ ]
678
+ }
679
+ },
680
+ {
681
+ "names": [
682
+ "reboot"
683
+ ],
684
+ "action": "SCMP_ACT_ALLOW",
685
+ "args": [],
686
+ "comment": "",
687
+ "includes": {
688
+ "caps": [
689
+ "CAP_SYS_BOOT"
690
+ ]
691
+ },
692
+ "excludes": {}
693
+ },
694
+ {
695
+ "names": [
696
+ "chroot"
697
+ ],
698
+ "action": "SCMP_ACT_ALLOW",
699
+ "args": [],
700
+ "comment": "",
701
+ "includes": {
702
+ "caps": [
703
+ "CAP_SYS_CHROOT"
704
+ ]
705
+ },
706
+ "excludes": {}
707
+ },
708
+ {
709
+ "names": [
710
+ "delete_module",
711
+ "init_module",
712
+ "finit_module"
713
+ ],
714
+ "action": "SCMP_ACT_ALLOW",
715
+ "args": [],
716
+ "comment": "",
717
+ "includes": {
718
+ "caps": [
719
+ "CAP_SYS_MODULE"
720
+ ]
721
+ },
722
+ "excludes": {}
723
+ },
724
+ {
725
+ "names": [
726
+ "acct"
727
+ ],
728
+ "action": "SCMP_ACT_ALLOW",
729
+ "args": [],
730
+ "comment": "",
731
+ "includes": {
732
+ "caps": [
733
+ "CAP_SYS_PACCT"
734
+ ]
735
+ },
736
+ "excludes": {}
737
+ },
738
+ {
739
+ "names": [
740
+ "kcmp",
741
+ "process_vm_readv",
742
+ "process_vm_writev",
743
+ "ptrace"
744
+ ],
745
+ "action": "SCMP_ACT_ALLOW",
746
+ "args": [],
747
+ "comment": "",
748
+ "includes": {
749
+ "caps": [
750
+ "CAP_SYS_PTRACE"
751
+ ]
752
+ },
753
+ "excludes": {}
754
+ },
755
+ {
756
+ "names": [
757
+ "iopl",
758
+ "ioperm"
759
+ ],
760
+ "action": "SCMP_ACT_ALLOW",
761
+ "args": [],
762
+ "comment": "",
763
+ "includes": {
764
+ "caps": [
765
+ "CAP_SYS_RAWIO"
766
+ ]
767
+ },
768
+ "excludes": {}
769
+ },
770
+ {
771
+ "names": [
772
+ "settimeofday",
773
+ "stime",
774
+ "clock_settime"
775
+ ],
776
+ "action": "SCMP_ACT_ALLOW",
777
+ "args": [],
778
+ "comment": "",
779
+ "includes": {
780
+ "caps": [
781
+ "CAP_SYS_TIME"
782
+ ]
783
+ },
784
+ "excludes": {}
785
+ },
786
+ {
787
+ "names": [
788
+ "vhangup"
789
+ ],
790
+ "action": "SCMP_ACT_ALLOW",
791
+ "args": [],
792
+ "comment": "",
793
+ "includes": {
794
+ "caps": [
795
+ "CAP_SYS_TTY_CONFIG"
796
+ ]
797
+ },
798
+ "excludes": {}
799
+ },
800
+ {
801
+ "names": [
802
+ "get_mempolicy",
803
+ "mbind",
804
+ "set_mempolicy"
805
+ ],
806
+ "action": "SCMP_ACT_ALLOW",
807
+ "args": [],
808
+ "comment": "",
809
+ "includes": {
810
+ "caps": [
811
+ "CAP_SYS_NICE"
812
+ ]
813
+ },
814
+ "excludes": {}
815
+ },
816
+ {
817
+ "names": [
818
+ "syslog"
819
+ ],
820
+ "action": "SCMP_ACT_ALLOW",
821
+ "args": [],
822
+ "comment": "",
823
+ "includes": {
824
+ "caps": [
825
+ "CAP_SYSLOG"
826
+ ]
827
+ },
828
+ "excludes": {}
829
+ }
830
+ ]
831
+ }