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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.