artifact

package
v0.0.0-...-5f60744 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FileteredPathPrefixList = []string{
	"/proc/",
	"/sys/",
	"/dev/",
}
View Source
var FilteredPaths = map[string]struct{}{
	"/":     {},
	"/proc": {},
	"/sys":  {},
	"/dev":  {},
}
View Source
var ShellCommands = []string{
	"ls",
	"pwd",
	"cd",
	"ps",
	"head",
	"tail",
	"cat",
	"more",
	"find",
	"grep",
	"awk",
	"env",
}
View Source
var ShellNames = []string{
	"bash",
	"sh",
}

Functions

func IsFilteredPath

func IsFilteredPath(name string) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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