aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/app/process.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/app/process.go b/internal/app/process.go
index fe17f0b7..2755230c 100644
--- a/internal/app/process.go
+++ b/internal/app/process.go
@@ -12,6 +12,7 @@ import (
"git.gensokyo.uk/security/fortify/fst"
"git.gensokyo.uk/security/fortify/helper"
+ "git.gensokyo.uk/security/fortify/internal"
"git.gensokyo.uk/security/fortify/internal/app/shim"
"git.gensokyo.uk/security/fortify/internal/fmsg"
"git.gensokyo.uk/security/fortify/internal/state"
@@ -32,6 +33,10 @@ func (seal *outcome) Run(ctx context.Context, rs *fst.RunState) error {
panic("invalid state")
}
+ // read comp values early to allow for early failure
+ fmsg.Verbosef("version %s", internal.Version())
+ fmsg.Verbosef("setuid helper at %s", internal.MustFsuPath())
+
/*
resolve exec paths
*/