=== Seccomp BPF Analysis: syd_ipc ===
--- File Information ---
File: ./bpf/syd_ipc.bpf
Size: 816 bytes
Instructions: 102

--- Disassembled Filter ---
 line  CODE  JT   JF      K
=================================
 0000: 0x20 0x00 0x00 0x00000004  A = arch
 0001: 0x15 0x00 0x63 0xc000003e  if (A != ARCH_X86_64) goto 0101
 0002: 0x20 0x00 0x00 0x00000000  A = sys_number
 0003: 0x35 0x00 0x01 0x40000000  if (A < 0x40000000) goto 0005
 0004: 0x15 0x00 0x60 0xffffffff  if (A != 0xffffffff) goto 0101
 0005: 0x20 0x00 0x00 0x00000000  A = sys_number
 0006: 0x25 0x00 0x33 0x00000048  if (A <= 0x48) goto 0058
 0007: 0x25 0x00 0x13 0x000000e4  if (A <= 0xe4) goto 0027
 0008: 0x25 0x00 0x09 0x0000014c  if (A <= 0x14c) goto 0018
 0009: 0x25 0x00 0x04 0x000001c1  if (A <= 0x1c1) goto 0014
 0010: 0x15 0x59 0x00 0x000001ce  if (A == 0x1ce) goto 0100
 0011: 0x15 0x58 0x00 0x000001c8  if (A == 0x1c8) goto 0100
 0012: 0x15 0x57 0x00 0x000001c7  if (A == 0x1c7) goto 0100
 0013: 0x15 0x56 0x57 0x000001c6  if (A == 0x1c6) goto 0100 else goto 0101
 0014: 0x15 0x55 0x00 0x000001c1  if (A == 0x1c1) goto 0100
 0015: 0x15 0x11 0x00 0x000001b9  if (A == 0x1b9) goto 0033
 0016: 0x15 0x4d 0x00 0x000001b5  if (A == 0x1b5) goto 0094
 0017: 0x15 0x52 0x53 0x0000014e  if (A == 0x14e) goto 0100 else goto 0101
 0018: 0x25 0x00 0x04 0x00000106  if (A <= 0x106) goto 0023
 0019: 0x15 0x4a 0x00 0x0000014c  if (A == statx) goto 0094
 0020: 0x15 0x4f 0x00 0x0000013e  if (A == getrandom) goto 0100
 0021: 0x15 0x4e 0x00 0x00000120  if (A == accept4) goto 0100
 0022: 0x15 0x0a 0x4e 0x00000119  if (A == epoll_pwait) goto 0033 else goto 0101
 0023: 0x15 0x46 0x00 0x00000106  if (A == newfstatat) goto 0094
 0024: 0x15 0x45 0x00 0x00000101  if (A == openat) goto 0094
 0025: 0x15 0x07 0x00 0x000000e9  if (A == epoll_ctl) goto 0033
 0026: 0x15 0x06 0x4a 0x000000e8  if (A == epoll_wait) goto 0033 else goto 0101
 0027: 0x25 0x00 0x15 0x00000078  if (A <= 0x78) goto 0049
 0028: 0x25 0x00 0x08 0x000000ca  if (A <= 0xca) goto 0037
 0029: 0x15 0x46 0x00 0x000000e4  if (A == clock_gettime) goto 0100
 0030: 0x15 0x45 0x00 0x000000db  if (A == restart_syscall) goto 0100
 0031: 0x15 0x01 0x00 0x000000d7  if (A == epoll_wait_old) goto 0033
 0032: 0x15 0x00 0x44 0x000000d6  if (A != epoll_ctl_old) goto 0101
 0033: 0x20 0x00 0x00 0x00000014  A = args[0] >> 32
 0034: 0x15 0x00 0x42 0x00000000  if (A != 0x0) goto 0101
 0035: 0x20 0x00 0x00 0x00000010  A = args[0]
 0036: 0x15 0x3f 0x40 0x000009dd  if (A == 0x9dd) goto 0100 else goto 0101
 0037: 0x15 0x3e 0x00 0x000000ca  if (A == futex) goto 0100
 0038: 0x15 0x3d 0x00 0x000000ba  if (A == gettid) goto 0100
 0039: 0x15 0x00 0x08 0x0000009d  if (A != prctl) goto 0048
 0040: 0x20 0x00 0x00 0x00000014  A = option >> 32 # prctl(option, arg2, arg3, arg4, arg5)
 0041: 0x15 0x00 0x3b 0x00000000  if (A != 0x0) goto 0101
 0042: 0x20 0x00 0x00 0x00000010  A = option # prctl(option, arg2, arg3, arg4, arg5)
 0043: 0x15 0x00 0x39 0x53564d41  if (A != 0x53564d41) goto 0101
 0044: 0x20 0x00 0x00 0x0000001c  A = arg2 >> 32 # prctl(option, arg2, arg3, arg4, arg5)
 0045: 0x15 0x00 0x37 0x00000000  if (A != 0x0) goto 0101
 0046: 0x20 0x00 0x00 0x00000018  A = arg2 # prctl(option, arg2, arg3, arg4, arg5)
 0047: 0x15 0x34 0x35 0x00000000  if (A == 0x0) goto 0100 else goto 0101
 0048: 0x15 0x33 0x34 0x00000083  if (A == sigaltstack) goto 0100 else goto 0101
 0049: 0x25 0x00 0x04 0x0000006b  if (A <= 0x6b) goto 0054
 0050: 0x15 0x31 0x00 0x00000078  if (A == getresgid) goto 0100
 0051: 0x15 0x30 0x00 0x00000076  if (A == getresuid) goto 0100
 0052: 0x15 0x2f 0x00 0x00000073  if (A == getgroups) goto 0100
 0053: 0x15 0x2e 0x2f 0x0000006c  if (A == getegid) goto 0100 else goto 0101
 0054: 0x15 0x2d 0x00 0x0000006b  if (A == geteuid) goto 0100
 0055: 0x15 0x2c 0x00 0x00000068  if (A == getgid) goto 0100
 0056: 0x15 0x2b 0x00 0x00000066  if (A == getuid) goto 0100
 0057: 0x15 0x26 0x2b 0x0000004b  if (A == fdatasync) goto 0096 else goto 0101
 0058: 0x25 0x00 0x20 0x00000004  if (A <= 0x4) goto 0091
 0059: 0x25 0x00 0x10 0x00000018  if (A <= 0x18) goto 0076
 0060: 0x25 0x00 0x0b 0x0000002e  if (A <= 0x2e) goto 0072
 0061: 0x15 0x00 0x07 0x00000048  if (A != fcntl) goto 0069
 0062: 0x20 0x00 0x00 0x0000001c  A = cmd >> 32 # fcntl(fd, cmd, arg)
 0063: 0x15 0x00 0x25 0x00000000  if (A != 0x0) goto 0101
 0064: 0x20 0x00 0x00 0x00000018  A = cmd # fcntl(fd, cmd, arg)
 0065: 0x15 0x22 0x00 0x00000026  if (A == 0x26) goto 0100
 0066: 0x15 0x21 0x00 0x00000025  if (A == 0x25) goto 0100
 0067: 0x15 0x20 0x00 0x00000002  if (A == 0x2) goto 0100
 0068: 0x15 0x1f 0x20 0x00000001  if (A == 0x1) goto 0100 else goto 0101
 0069: 0x15 0x1e 0x00 0x0000003c  if (A == exit) goto 0100
 0070: 0x15 0x1d 0x00 0x00000037  if (A == getsockopt) goto 0100
 0071: 0x15 0x1c 0x1d 0x0000002f  if (A == recvmsg) goto 0100 else goto 0101
 0072: 0x15 0x1b 0x00 0x0000002e  if (A == sendmsg) goto 0100
 0073: 0x15 0x1a 0x00 0x00000027  if (A == getpid) goto 0100
 0074: 0x15 0x19 0x00 0x0000001c  if (A == madvise) goto 0100
 0075: 0x15 0x18 0x19 0x00000019  if (A == mremap) goto 0100 else goto 0101
 0076: 0x25 0x00 0x04 0x0000000b  if (A <= 0xb) goto 0081
 0077: 0x15 0x16 0x00 0x00000018  if (A == sched_yield) goto 0100
 0078: 0x15 0x11 0x00 0x00000014  if (A == writev) goto 0096
 0079: 0x15 0x14 0x00 0x0000000e  if (A == rt_sigprocmask) goto 0100
 0080: 0x15 0x13 0x14 0x0000000c  if (A == brk) goto 0100 else goto 0101
 0081: 0x15 0x12 0x00 0x0000000b  if (A == munmap) goto 0100
 0082: 0x15 0x01 0x00 0x0000000a  if (A == mprotect) goto 0084
 0083: 0x15 0x00 0x06 0x00000009  if (A != mmap) goto 0090
 0084: 0x20 0x00 0x00 0x00000024  A = args[2] >> 32
 0085: 0x54 0x00 0x00 0x00000000  A &= 0x0
 0086: 0x15 0x00 0x0e 0x00000000  if (A != 0) goto 0101
 0087: 0x20 0x00 0x00 0x00000020  A = args[2]
 0088: 0x54 0x00 0x00 0x00000004  A &= 0x4
 0089: 0x15 0x0a 0x0b 0x00000000  if (A == 0) goto 0100 else goto 0101
 0090: 0x15 0x03 0x0a 0x00000006  if (A == lstat) goto 0094 else goto 0101
 0091: 0x15 0x02 0x00 0x00000004  if (A == stat) goto 0094
 0092: 0x15 0x07 0x00 0x00000003  if (A == close) goto 0100
 0093: 0x15 0x00 0x01 0x00000002  if (A != open) goto 0095
 0094: 0x06 0x00 0x00 0x00050026  return ERRNO(38)
 0095: 0x15 0x00 0x05 0x00000001  if (A != write) goto 0101
 0096: 0x20 0x00 0x00 0x00000014  A = args[0] >> 32
 0097: 0x15 0x00 0x03 0x00000000  if (A != 0x0) goto 0101
 0098: 0x20 0x00 0x00 0x00000010  A = args[0]
 0099: 0x15 0x00 0x01 0x00000002  if (A != 0x2) goto 0101
 0100: 0x06 0x00 0x00 0x7fff0000  return ALLOW
 0101: 0x06 0x00 0x00 0x80000000  return KILL_PROCESS
