From 05b7dbf066cb74d2901ff9acb3a42662a2af722e Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 18 Nov 2024 00:18:21 +0900 Subject: app: alternative inner home path Support binding home to an alternative path in the mount namespace. Signed-off-by: Ophestra Umiker --- internal/app/system.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/app/system.go') 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 -- cgit v1.3.1