diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-17 02:55:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-17 02:55:36 +0900 |
| commit | 24618ab9a1524e8b8986a9bf67667288e642fcf1 (patch) | |
| tree | b3f2a71a2c9bedf937d0fec00092ad9133cb3ec9 /dbus/proc.go | |
| parent | 9ce4706a0766880c072cccd2643d66f614a6a16b (diff) | |
sandbox: move out of internal
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dbus/proc.go')
| -rw-r--r-- | dbus/proc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/proc.go b/dbus/proc.go index 446ca90e..07e8b782 100644 --- a/dbus/proc.go +++ b/dbus/proc.go @@ -14,9 +14,9 @@ import ( "syscall" "git.gensokyo.uk/security/fortify/helper" - "git.gensokyo.uk/security/fortify/internal/sandbox" "git.gensokyo.uk/security/fortify/ldd" - "git.gensokyo.uk/security/fortify/seccomp" + "git.gensokyo.uk/security/fortify/sandbox" + "git.gensokyo.uk/security/fortify/sandbox/seccomp" ) // Start launches the D-Bus proxy. |
