aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app')
-rw-r--r--internal/app/seal.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go
index 6ad7edb3..3ac31c8d 100644
--- a/internal/app/seal.go
+++ b/internal/app/seal.go
@@ -149,8 +149,7 @@ func (a *app) Seal(config *fst.Config) error {
// invoke fsu for full uid
if u, err := a.os.Uid(seal.sys.user.aid); err != nil {
- return fmsg.WrapErrorSuffix(err,
- "cannot obtain uid from fsu:")
+ return err
} else {
seal.sys.user.uid = u
seal.sys.user.us = strconv.Itoa(u)