module Constants

Direct including types

Defined in:

seccomp/constants.cr

Constant Summary

NULL = nil
SCMP_ACT_ALLOW = 2147418112
SCMP_ACT_ERRNO = 327681
SCMP_ACT_KILL = 0
SCMP_ACT_TRACE = 2146435073
SCMP_ACT_TRAP = 196608
STDERR_FILENO = 2
STDIN_FILENO = 0
STDOUT_FILENO = 1