diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-17 19:07:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-17 19:07:53 +0900 |
| commit | 38a3e6af03e638f82f72e5659588eaf17c78aafa (patch) | |
| tree | caf550bcf572b9132fd7f813b4e4d3857f9c1bd5 /system/xhost.go | |
| parent | 90cb01b2748550228d0bc179691a19ebb996fc36 (diff) | |
system: make xcb internal
This package is hauntingly ugly. Move this to internal until it is removed or replaced.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system/xhost.go')
| -rw-r--r-- | system/xhost.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xhost.go b/system/xhost.go index bbc0a914..a20e1991 100644 --- a/system/xhost.go +++ b/system/xhost.go @@ -3,7 +3,7 @@ package system import ( "fmt" - "git.gensokyo.uk/security/fortify/xcb" + "git.gensokyo.uk/security/fortify/system/internal/xcb" ) // ChangeHosts appends an X11 ChangeHosts command Op. |
