diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
| commit | d2f9a9b83b1c43304081493eb2305309be1dd504 (patch) | |
| tree | 1862e9415d705eff509afb3bdc8e574b78068ce6 /cmd/planterette | |
| parent | 1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff) | |
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/planterette')
| -rw-r--r-- | cmd/planterette/app.go | 8 | ||||
| -rw-r--r-- | cmd/planterette/main.go | 8 | ||||
| -rw-r--r-- | cmd/planterette/paths.go | 4 | ||||
| -rw-r--r-- | cmd/planterette/proc.go | 6 | ||||
| -rw-r--r-- | cmd/planterette/with.go | 6 |
5 files changed, 16 insertions, 16 deletions
diff --git a/cmd/planterette/app.go b/cmd/planterette/app.go index 41e1e026..082bc28e 100644 --- a/cmd/planterette/app.go +++ b/cmd/planterette/app.go @@ -6,10 +6,10 @@ import ( "os" "path" - "git.gensokyo.uk/security/hakurei/container/seccomp" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/system" - "git.gensokyo.uk/security/hakurei/system/dbus" + "hakurei.app/container/seccomp" + "hakurei.app/hst" + "hakurei.app/system" + "hakurei.app/system/dbus" ) type appInfo struct { diff --git a/cmd/planterette/main.go b/cmd/planterette/main.go index a9f45d82..75983a4b 100644 --- a/cmd/planterette/main.go +++ b/cmd/planterette/main.go @@ -10,10 +10,10 @@ import ( "path" "syscall" - "git.gensokyo.uk/security/hakurei/command" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal" - "git.gensokyo.uk/security/hakurei/internal/hlog" + "hakurei.app/command" + "hakurei.app/hst" + "hakurei.app/internal" + "hakurei.app/internal/hlog" ) const shellPath = "/run/current-system/sw/bin/bash" diff --git a/cmd/planterette/paths.go b/cmd/planterette/paths.go index aa581c9e..11715fb2 100644 --- a/cmd/planterette/paths.go +++ b/cmd/planterette/paths.go @@ -8,8 +8,8 @@ import ( "strconv" "sync/atomic" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal/hlog" + "hakurei.app/hst" + "hakurei.app/internal/hlog" ) var ( diff --git a/cmd/planterette/proc.go b/cmd/planterette/proc.go index 78677fab..d374e13d 100644 --- a/cmd/planterette/proc.go +++ b/cmd/planterette/proc.go @@ -9,9 +9,9 @@ import ( "os" "os/exec" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal" - "git.gensokyo.uk/security/hakurei/internal/hlog" + "hakurei.app/hst" + "hakurei.app/internal" + "hakurei.app/internal/hlog" ) var hakureiPath = internal.MustHakureiPath() diff --git a/cmd/planterette/with.go b/cmd/planterette/with.go index 76e0861f..7d9fc7b8 100644 --- a/cmd/planterette/with.go +++ b/cmd/planterette/with.go @@ -5,9 +5,9 @@ import ( "path" "strings" - "git.gensokyo.uk/security/hakurei/container/seccomp" - "git.gensokyo.uk/security/hakurei/hst" - "git.gensokyo.uk/security/hakurei/internal" + "hakurei.app/container/seccomp" + "hakurei.app/hst" + "hakurei.app/internal" ) func withNixDaemon( |
