| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "defaultAction": "SCMP_ACT_KILL_PROCESS",
- "syscalls": [
- {
- "names": [
- "bind",
- "brk",
- "clock_gettime",
- "clock_gettime64",
- "close",
- "connect",
- "epoll_create",
- "epoll_create1",
- "epoll_ctl",
- "epoll_pwait",
- "epoll_wait",
- "exit",
- "exit_group",
- "fcntl",
- "fcntl64",
- "fstat",
- "ftruncate",
- "getdents64",
- "getsockname",
- "getrandom",
- "ioctl",
- "madvise",
- "mmap",
- "mmap2",
- "munmap",
- "newfstatat",
- "open",
- "openat",
- "pipe",
- "pipe2",
- "poll",
- "ppoll",
- "read",
- "recvfrom",
- "recvmsg",
- "rt_sigaction",
- "rt_sigprocmask",
- "rt_sigreturn",
- "sendmsg",
- "sendto",
- "setsockopt",
- "sigreturn",
- "socket",
- "statx",
- "time",
- "uname",
- "unlinkat",
- "write",
- "writev"
- ],
- "action": "SCMP_ACT_ALLOW"
- }
- ]
- }
|