You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
1.6 KiB

  1. {
  2. "defaultAction": "SCMP_ACT_KILL_PROCESS",
  3. "syscalls": [
  4. {
  5. "names": [
  6. "accept",
  7. "accept4",
  8. "access",
  9. "arm_fadvise64_64",
  10. "bind",
  11. "brk",
  12. "clock_gettime",
  13. "clock_gettime64",
  14. "clone",
  15. "close",
  16. "connect",
  17. "epoll_create1",
  18. "epoll_ctl",
  19. "epoll_pwait",
  20. "exit",
  21. "exit_group",
  22. "faccessat",
  23. "fadvise64",
  24. "fadvise64_64",
  25. "fallocate",
  26. "fchmod",
  27. "fcntl",
  28. "fcntl64",
  29. "fstat",
  30. "fstat64",
  31. "fsync",
  32. "futex",
  33. "getdents64",
  34. "getegid32",
  35. "getenv",
  36. "geteuid32",
  37. "getgid32",
  38. "getpeername",
  39. "getpid",
  40. "getrandom",
  41. "getsockname",
  42. "getsockopt",
  43. "getuid",
  44. "getuid32",
  45. "inotify_add_watch",
  46. "inotify_init1",
  47. "inotify_rm_watch",
  48. "ioctl",
  49. "listen",
  50. "_llseek",
  51. "lseek",
  52. "madvise",
  53. "membarrier",
  54. "mkdir",
  55. "mkdirat",
  56. "mmap",
  57. "mmap2",
  58. "mprotect",
  59. "mremap",
  60. "munmap",
  61. "nanosleep",
  62. "newfstatat",
  63. "_newselect",
  64. "open",
  65. "openat",
  66. "pipe",
  67. "pipe2",
  68. "poll",
  69. "ppoll",
  70. "pread64",
  71. "prlimit64",
  72. "pselect6",
  73. "pwrite64",
  74. "quotactl",
  75. "read",
  76. "readlink",
  77. "readlinkat",
  78. "readv",
  79. "recvfrom",
  80. "rename",
  81. "renameat",
  82. "rmdir",
  83. "rt_sigaction",
  84. "rt_sigprocmask",
  85. "rt_sigreturn",
  86. "select",
  87. "sendto",
  88. "setsockopt",
  89. "shutdown",
  90. "sigreturn",
  91. "socket",
  92. "socketpair",
  93. "stat",
  94. "stat64",
  95. "statfs",
  96. "statfs64",
  97. "statx",
  98. "umask",
  99. "uname",
  100. "unlink",
  101. "unlinkat",
  102. "write",
  103. "writev"
  104. ],
  105. "action": "SCMP_ACT_ALLOW"
  106. }
  107. ]
  108. }