File: libseccomp.accept

package info (click to toggle)
ceccomp 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: ansic: 3,154; python: 653; makefile: 240; sh: 226
file content (9 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
0001: $A = $arch
0002: if ($A != x86_64) goto 0011
0003: $A = $syscall_nr
0004: if ($A >= 0x40000000) goto 0011
0005: if ($A == execveat) goto 0010
0006: if ($A == execve) goto 0010
0007: if ($A == fcntl) goto 0010
0008: if ($A == exit) goto 0010
0009: return ERRNO(5)