sharedconsts

package
v0.64.0-devel Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package sharedconsts holds model related shared constants

Package sharedconsts holds model related shared constants

Index

Constants

View Source
const (
	// MaxArgEnvSize maximum size of one argument or environment variable
	MaxArgEnvSize = 256
	// MaxArgsEnvsSize maximum number of args and/or envs
	MaxArgsEnvsSize = 256
)
View Source
const (
	// AuditUIDUnset is used to specify that a login uid is not set
	AuditUIDUnset = math.MaxUint32
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ExitCause

type ExitCause uint32

ExitCause represents the cause of a process termination

const (
	// ExitExited Process exited normally
	ExitExited ExitCause = iota
	// ExitCoreDumped Process was terminated with a coredump signal
	ExitCoreDumped
	// ExitSignaled Process was terminated with a signal other than a coredump
	ExitSignaled
)

func (ExitCause) String

func (cause ExitCause) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL