aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/app_nixos_test.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 /internal/app/app_nixos_test.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 'internal/app/app_nixos_test.go')
-rw-r--r--internal/app/app_nixos_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/app/app_nixos_test.go b/internal/app/app_nixos_test.go
index 4a350caf..41b03eaa 100644
--- a/internal/app/app_nixos_test.go
+++ b/internal/app/app_nixos_test.go
@@ -23,7 +23,7 @@ var testCasesNixos = []sealTestCase{
Confinement: app.ConfinementConfig{
AppID: 0,
Username: "chronos",
- Home: "/home/chronos",
+ Outer: "/home/chronos",
},
},
app.ID{
@@ -204,7 +204,7 @@ var testCasesNixos = []sealTestCase{
AppID: 9,
Groups: []string{"video"},
Username: "chronos",
- Home: "/home/chronos",
+ Outer: "/home/chronos",
SessionBus: &dbus.Config{
Talk: []string{
"org.freedesktop.Notifications",