aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/proxy.go')
-rw-r--r--dbus/proxy.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/proxy.go b/dbus/proxy.go
index 5e92e341..e7785fd8 100644
--- a/dbus/proxy.go
+++ b/dbus/proxy.go
@@ -5,6 +5,7 @@ import (
"errors"
"fmt"
"io"
+ "os/exec"
"sync"
"git.gensokyo.uk/security/fortify/helper"
@@ -26,6 +27,7 @@ type Proxy struct {
name string
session [2]string
system [2]string
+ CmdF func(cmd *exec.Cmd)
sysP bool
seal io.WriterTo