migrate to git.ophivana.moe/security/fortify
All checks were successful
test / test (push) Successful in 14s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-10-20 19:50:13 +09:00
parent cdda33555c
commit 65af1684e3
49 changed files with 102 additions and 102 deletions

View File

@@ -11,9 +11,9 @@ import (
"strconv"
"syscall"
"git.ophivana.moe/cat/fortify/helper"
init0 "git.ophivana.moe/cat/fortify/internal/init"
"git.ophivana.moe/cat/fortify/internal/verbose"
"git.ophivana.moe/security/fortify/helper"
init0 "git.ophivana.moe/security/fortify/internal/init"
"git.ophivana.moe/security/fortify/internal/verbose"
)
// everything beyond this point runs as target user

View File

@@ -8,8 +8,8 @@ import (
"os"
"syscall"
"git.ophivana.moe/cat/fortify/acl"
"git.ophivana.moe/cat/fortify/internal/verbose"
"git.ophivana.moe/security/fortify/acl"
"git.ophivana.moe/security/fortify/internal/verbose"
)
// called in the parent process

View File

@@ -1,6 +1,6 @@
package shim
import "git.ophivana.moe/cat/fortify/helper/bwrap"
import "git.ophivana.moe/security/fortify/helper/bwrap"
const EnvShim = "FORTIFY_SHIM"