github.com/akerouanton/docker@v1.11.0-rc3/profiles/seccomp/default.json (about)

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