diff options
Diffstat (limited to 'internal/system/acl.go')
| -rw-r--r-- | internal/system/acl.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/system/acl.go b/internal/system/acl.go index 9fc047f0..e4bc9359 100644 --- a/internal/system/acl.go +++ b/internal/system/acl.go @@ -4,9 +4,9 @@ import ( "fmt" "slices" - "git.ophivana.moe/cat/fortify/acl" - "git.ophivana.moe/cat/fortify/internal/fmsg" - "git.ophivana.moe/cat/fortify/internal/verbose" + "git.ophivana.moe/security/fortify/acl" + "git.ophivana.moe/security/fortify/internal/fmsg" + "git.ophivana.moe/security/fortify/internal/verbose" ) // UpdatePerm appends an ephemeral acl update Op. |
