aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/helper.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/helper.go')
-rw-r--r--helper/helper.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/helper/helper.go b/helper/helper.go
index ac45ac79..8a25fee9 100644
--- a/helper/helper.go
+++ b/helper/helper.go
@@ -6,17 +6,12 @@ import (
"fmt"
"io"
"os"
- "os/exec"
"time"
"git.gensokyo.uk/security/fortify/helper/proc"
)
-var (
- WaitDelay = 2 * time.Second
-
- commandContext = exec.CommandContext
-)
+var WaitDelay = 2 * time.Second
const (
// FortifyHelper is set to 1 when args fd is enabled and 0 otherwise.