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 /container/seccomp | |
| parent | 1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff) | |
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/seccomp')
| -rw-r--r-- | container/seccomp/libseccomp_test.go | 2 | ||||
| -rw-r--r-- | container/seccomp/proc.go | 2 | ||||
| -rw-r--r-- | container/seccomp/seccomp_test.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/container/seccomp/libseccomp_test.go b/container/seccomp/libseccomp_test.go index a8bfcbf2..4e189341 100644 --- a/container/seccomp/libseccomp_test.go +++ b/container/seccomp/libseccomp_test.go @@ -8,7 +8,7 @@ import ( "syscall" "testing" - . "git.gensokyo.uk/security/hakurei/container/seccomp" + . "hakurei.app/container/seccomp" ) func TestExport(t *testing.T) { diff --git a/container/seccomp/proc.go b/container/seccomp/proc.go index e4ce1853..76773b25 100644 --- a/container/seccomp/proc.go +++ b/container/seccomp/proc.go @@ -5,7 +5,7 @@ import ( "errors" "syscall" - "git.gensokyo.uk/security/hakurei/helper/proc" + "hakurei.app/helper/proc" ) const ( diff --git a/container/seccomp/seccomp_test.go b/container/seccomp/seccomp_test.go index 2b59c9bc..a3dcad56 100644 --- a/container/seccomp/seccomp_test.go +++ b/container/seccomp/seccomp_test.go @@ -6,7 +6,7 @@ import ( "syscall" "testing" - "git.gensokyo.uk/security/hakurei/container/seccomp" + "hakurei.app/container/seccomp" ) func TestLibraryError(t *testing.T) { |
