diff options
Diffstat (limited to 'internal/app/system.go')
| -rw-r--r-- | internal/app/system.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/app/system.go b/internal/app/system.go index 240b38b8..e0c869b8 100644 --- a/internal/app/system.go +++ b/internal/app/system.go @@ -12,14 +12,14 @@ import ( // appSeal seals the application with child-related information type appSeal struct { - // application unique identifier - id *appID // wayland socket path if mediated wayland is enabled wl string // wait for wayland client to exit if mediated wayland is enabled, // (wlDone == nil) determines whether mediated wayland setup is performed wlDone chan struct{} + // app unique ID string representation + id string // freedesktop application ID fid string // argv to start process with in the final confined environment |
