MCPcopy
hub / github.com/evilsocket/opensnitch / IsRunning

Function IsRunning

daemon/firewall/rules.go:95–97  ·  view source on GitHub ↗

IsRunning returns if the firewall is running or not.

()

Source from the content-addressed store, hash-verified

93
94// IsRunning returns if the firewall is running or not.
95func IsRunning() bool {
96 return fw != nil && fw.IsRunning()
97}
98
99// ErrorsChan returns the channel where the errors are sent to.
100func ErrorsChan() <-chan string {

Callers

nothing calls this directly

Calls 1

IsRunningMethod · 0.65

Tested by

no test coverage detected