diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-13 21:57:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-13 21:57:54 +0900 |
| commit | 4133b555ba8dd38accb272d86c01898ac4b99f95 (patch) | |
| tree | eb759ced154d8e35dd8ea85e4c58f027488ba793 /internal/app/app_pd_test.go | |
| parent | 9b1a60b5c9f7a92abb632639117d61c5cbaf74f7 (diff) | |
internal/app: rename init to init0
This makes way for the new container init.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/app_pd_test.go')
| -rw-r--r-- | internal/app/app_pd_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/app/app_pd_test.go b/internal/app/app_pd_test.go index 2a03d356..602965ce 100644 --- a/internal/app/app_pd_test.go +++ b/internal/app/app_pd_test.go @@ -158,7 +158,7 @@ var testCasesPd = []sealTestCase{ CopyBind("/etc/group", []byte("fortify:x:65534:\n")). Tmpfs("/var/run/nscd", 8192). Bind("/run/wrappers/bin/fortify", "/.fortify/sbin/fortify"). - Symlink("fortify", "/.fortify/sbin/init"), + Symlink("fortify", "/.fortify/sbin/init0"), }, { "nixos permissive defaults chromium", new(stubNixOS), @@ -389,6 +389,6 @@ var testCasesPd = []sealTestCase{ Bind("/tmp/fortify.1971/ebf083d1b175911782d413369b64ce7c/system_bus_socket", "/run/dbus/system_bus_socket"). Tmpfs("/var/run/nscd", 8192). Bind("/run/wrappers/bin/fortify", "/.fortify/sbin/fortify"). - Symlink("fortify", "/.fortify/sbin/init"), + Symlink("fortify", "/.fortify/sbin/init0"), }, } |
