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.

86 lines
1.2 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. "clone",
  14. "close",
  15. "connect",
  16. "epoll_create1",
  17. "epoll_ctl",
  18. "epoll_pwait",
  19. "exit",
  20. "exit_group",
  21. "fadvise64",
  22. "fallocate",
  23. "fcntl",
  24. "fcntl64",
  25. "fstat",
  26. "fstat64",
  27. "fsync",
  28. "futex",
  29. "getdents64",
  30. "getpeername",
  31. "getpid",
  32. "getsockname",
  33. "getsockopt",
  34. "getuid32",
  35. "ioctl",
  36. "listen",
  37. "_llseek",
  38. "lseek",
  39. "madvise",
  40. "membarrier",
  41. "mkdir",
  42. "mmap",
  43. "mmap2",
  44. "mprotect",
  45. "mremap",
  46. "munmap",
  47. "nanosleep",
  48. "_newselect",
  49. "open",
  50. "pipe",
  51. "pipe2",
  52. "poll",
  53. "pread64",
  54. "prlimit64",
  55. "pwrite64",
  56. "quotactl",
  57. "read",
  58. "readlink",
  59. "readv",
  60. "recvfrom",
  61. "rename",
  62. "rmdir",
  63. "rt_sigaction",
  64. "rt_sigprocmask",
  65. "rt_sigreturn",
  66. "select",
  67. "sendto",
  68. "setsockopt",
  69. "shutdown",
  70. "sigreturn",
  71. "socket",
  72. "stat",
  73. "stat64",
  74. "socketpair",
  75. "umask",
  76. "uname",
  77. "unlink",
  78. "statfs64",
  79. "umask",
  80. "write",
  81. "writev"
  82. ],
  83. "action": "SCMP_ACT_ALLOW"
  84. }
  85. ]
  86. }