diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-25 20:00:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-25 20:00:34 +0900 |
| commit | c326c3f97d6ab04be6b8052200e4dfa6b2f58550 (patch) | |
| tree | 7ed37b1541bb12529c54c82ae80c35ec6e758eff /internal/app/app_nixos_test.go | |
| parent | 971c79bb80e2dc88421f047e82556a39ef063fbf (diff) | |
fst/sandbox: do not create /etc in advance
This is now handled by the setup op. This also gets rid of the hardcoded /etc path.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/app_nixos_test.go')
| -rw-r--r-- | internal/app/app_nixos_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/app/app_nixos_test.go b/internal/app/app_nixos_test.go index d89d099b..0b5b42c6 100644 --- a/internal/app/app_nixos_test.go +++ b/internal/app/app_nixos_test.go @@ -124,7 +124,6 @@ var testCasesNixos = []sealTestCase{ Bind("/run/opengl-driver", "/run/opengl-driver", 0). Bind("/dev/dri", "/dev/dri", sandbox.BindDevice|sandbox.BindWritable|sandbox.BindOptional). Bind("/etc", fst.Tmp+"/etc", 0). - Mkdir("/etc", 0700). Link(fst.Tmp+"/etc/alsa", "/etc/alsa"). Link(fst.Tmp+"/etc/bashrc", "/etc/bashrc"). Link(fst.Tmp+"/etc/binfmt.d", "/etc/binfmt.d"). |
