diff options
Diffstat (limited to 'internal/state/state.go')
| -rw-r--r-- | internal/state/state.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/state/state.go b/internal/state/state.go index 61aae2cf..bc2be691 100644 --- a/internal/state/state.go +++ b/internal/state/state.go @@ -2,6 +2,8 @@ package state import ( "time" + + "git.ophivana.moe/cat/fortify/internal/system" ) type Store interface { @@ -29,7 +31,7 @@ type State struct { // command used to seal the app Command []string // capability enablements applied to child - Capability Enablements + Capability system.Enablements // resolved launcher path Launcher string |
