app: alternative inner home path
All checks were successful
test / test (push) Successful in 24s

Support binding home to an alternative path in the mount namespace.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-18 00:18:21 +09:00
parent 866270ff05
commit 05b7dbf066
6 changed files with 19 additions and 10 deletions

View File

@@ -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",