File: libseccomp.accept

package info (click to toggle)
ceccomp 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: ansic: 6,474; python: 1,039; makefile: 248; sh: 145
file content (12 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#Label  CODE  JT   JF      K
#---------------------------------
L0001: $A = $arch
L0002: if ($A != x86_64) goto L0011
L0003: $A = $syscall_nr
L0004: if ($A >= 0x40000000) goto L0011
L0005: if ($A == execveat) goto L0010
L0006: if ($A == execve) goto L0010
L0007: if ($A == fcntl) goto L0010
L0008: if ($A == exit) goto L0010
L0009: return ERRNO(5)
#... 3 line(s) skipped