diff options
Diffstat (limited to 'internal/app/system.go')
| -rw-r--r-- | internal/app/system.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/app/system.go b/internal/app/system.go index 3c17cf41..47bbd7ed 100644 --- a/internal/app/system.go +++ b/internal/app/system.go @@ -20,6 +20,11 @@ type appSealSys struct { // target user sealed from config user *user.User + // mapped uid and gid in user namespace + mappedID int + // string representation of mappedID + mappedIDString string + needRevert bool saveState bool *system.I |
