aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-11-18 00:18:21 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-11-18 00:18:21 +0900
commit05b7dbf066cb74d2901ff9acb3a42662a2af722e (patch)
tree72f9d85e591a168a936d82b4e35559e04512cf06 /main.go
parent866270ff05379c571c665940a7c1b2010891e960 (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 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 75dfcb08..249fd153 100644
--- a/main.go
+++ b/main.go
@@ -188,7 +188,7 @@ func main() {
config.Confinement.AppID = aid
config.Confinement.Groups = groups
- config.Confinement.Home = homeDir
+ config.Confinement.Outer = homeDir
config.Confinement.Username = userName
// enablements from flags