Documentation ¶
Index ¶
- Constants
- func Main()
- func Ping(addr string) error
- func ProfileHasEphemerals(p *oz.Profile) bool
- func RunProgram(addr, cpath, pwd string, args []string) error
- func RunShell(addr, term string) (int, error)
- func SetupForwarder(addr, proto, daddr string, fd uintptr) error
- type ErrorMsg
- type ForwarderSuccessMsg
- type InitData
- type OkMsg
- type PingMsg
- type RunProgramMsg
- type RunShellMsg
Constants ¶
View Source
const (
DBUS_VAR_REGEXP = "[A-Za-z_]+=[a-zA-Z_:-@]+=/tmp/.+"
)
Variables ¶
This section is empty.
Functions ¶
func ProfileHasEphemerals ¶
ProfileHasEphemerals checks is a profile whitelists any items within the home dir
func RunProgram ¶
func SetupForwarder ¶
Types ¶
type ForwarderSuccessMsg ¶
type RunProgramMsg ¶
type RunShellMsg ¶
type RunShellMsg struct {
Term string "RunShell"
}
Click to show internal directories.
Click to hide internal directories.