diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-18 23:05:37 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-18 23:07:28 +0900 |
| commit | 648e1d641a8b0ae7c5bc4899f84b884d4335c97f (patch) | |
| tree | fdb45d1fedb60487c22a1fceb9d87ba883f03779 /internal/app/seal.go | |
| parent | 3c327084d387b316795f45420e8d0c6f9ce71ffe (diff) | |
app: separate interface from implementation
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/app/seal.go')
| -rw-r--r-- | internal/app/seal.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go index e8c33a39..12891b2b 100644 --- a/internal/app/seal.go +++ b/internal/app/seal.go @@ -18,7 +18,6 @@ import ( "git.gensokyo.uk/security/fortify/internal" "git.gensokyo.uk/security/fortify/internal/fmsg" "git.gensokyo.uk/security/fortify/internal/state" - "git.gensokyo.uk/security/fortify/internal/sys" "git.gensokyo.uk/security/fortify/system" ) @@ -64,7 +63,7 @@ type appSeal struct { // seal system-level component sys *appSealSys - sys.Paths + fst.Paths // protected by upstream mutex } |
