DoxigAlpha

RET

Action values for seccomp BPF programs. The lower 16-bits are for optional return data. The upper 16-bits are ordered from least permissive values to most.

Kill the process.

Values

#
KILL_PROCESS
Kill the process.
KILL_THREAD
Kill the thread.
KILL
= KILL_THREAD
TRAP
Disallow and force a SIGSYS.
ERRNO
Return an errno.
USER_NOTIF
Forward the syscall to a userspace supervisor to make a decision.
TRACE
Pass to a tracer or disallow.
LOG
Allow after logging.
ALLOW
Allow.
ACTION_FULL
= 0xffff0000
ACTION
= 0x7fff0000
DATA
= 0x0000ffff