package sentry
import "gvisor.dev/gvisor/pkg/abi/sentry"
Package sentry contains ABI-related constants for the gVisor sentry.
Index ¶
Constants ¶
const MaxSyscallNum = 2000
MaxSyscallNum is the largest-numbered syscall that is supported. Having this as a constant allows allocating per-syscall data structures that are of fixed size throughout the codebase.
Source Files ¶
sentry.go syscall.go
- Version
- v0.0.0-20250815195609-e653176be184 (latest)
- Published
- Aug 15, 2025
- Platform
- linux/amd64
- Last checked
- 2 days ago –
Tools for package owners.