aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/linux
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-17 23:43:32 +0900
committerOphestra <cat@gensokyo.uk>2025-01-17 23:43:32 +0900
commitea8f228af36b2c9ae9918f7760c3af4f1e21cfa2 (patch)
tree1f9b43cd1a0f83217f20e76924b8ae48e182cf0c /internal/linux
parent16db3dabe2060d5a66948101e16709697bfb374a (diff)
proc/priv/shim: merge shim into main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/linux')
-rw-r--r--internal/linux/std.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/linux/std.go b/internal/linux/std.go
index 7c6b9279..08f031ed 100644
--- a/internal/linux/std.go
+++ b/internal/linux/std.go
@@ -73,7 +73,7 @@ func (s *Std) Uid(aid int) (int, error) {
u.uid = -1
if fsu, ok := internal.Check(internal.Fsu); !ok {
- fmsg.Fatal("invalid fsu path, this copy of fshim is not compiled correctly")
+ fmsg.Fatal("invalid fsu path, this copy of fortify is not compiled correctly")
panic("unreachable")
} else {
cmd := exec.Command(fsu)