package
0.8.20
Repository: https://github.com/go-faster/tetragon.git
Documentation: pkg.go.dev

# Packages

SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
No description provided by the author
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
SPDX-License-Identifier: Apache-2.0 Copyright Authors of Tetragon.
No description provided by the author

# Constants

EventClone indicates the process issues a clone before exec* was issued.
EventDataArgs indicates args are received with data event.
EventDataFilename indicates filename is received with data event.
EventErrorArgs is an *error flag* indicating an error happened while reading the process args.
Msg Flag Definitions.
Msg Flag Definitions.
EventCgroup*Err indicate the process cgroup information lookup failed in the kernel.
Msg Flag Definitions.
Msg Flag Definitions.
Msg Flag Definitions.
EventErrorCWD is an *error flag* indicating an error happened while reading the CWD of a process.
EventErrorFilename is an *error flag* indicating an error happened while reading the filename.
Msg Flag Definitions.
EventExecve indicates the event is generated by an execve*.
Deprecated: EventExecveAt indicates the event is generated by an execveAt syscall.
EventMiss is an *error flag* indicating we could not find parent info in the Tetragon event buffer.
EventNeedsAUID is an *internal flag* for Tetragon to indicate the audit has not yet been resolved.
EventNeedsCWD is an *internal flag* for Tetragon to indicate the current working directory has not yet been resolved.
EventNoCWDSupport indicates we removed the CWD from the event because the buffer size is too small.
EventProcFS indicates the event is generated from a proc interface.
EventRootCWD indicates the CWD is the root directory.
EventTaskWalk indicates we walked the process hierarchy to find a parent process in the Tetragon buffer.
EventTruncArgs indicates we truncated the processes arguments because the buffer size was too small to fit all exec args.
EventTruncFilename indicates we truncated the processes filename because the buffer size is too small.
Msg Flag Definitions.
TetragonServiceName is the name of the Tetragon grpc health check.