diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-18 00:18:21 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-18 00:18:21 +0900 |
| commit | 05b7dbf066cb74d2901ff9acb3a42662a2af722e (patch) | |
| tree | 72f9d85e591a168a936d82b4e35559e04512cf06 /internal/app/system.go | |
| parent | 866270ff05379c571c665940a7c1b2010891e960 (diff) | |
app: alternative inner home path
Support binding home to an alternative path in the mount namespace.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/app/system.go')
| -rw-r--r-- | internal/app/system.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/app/system.go b/internal/app/system.go index 6a03b92f..c776c501 100644 --- a/internal/app/system.go +++ b/internal/app/system.go @@ -44,6 +44,8 @@ type appUser struct { // string representation of aid as string + // home directory host path + data string // app user home directory home string // passwd database username |
