diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-06 04:25:33 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-06 04:25:33 +0900 |
| commit | b3ef53b193bdf764d8f04e19ea47901b71eec10b (patch) | |
| tree | f842120ed936715340e4fe48a8913766c65d7581 /cmd/finit/ipc/payload.go | |
| parent | 8d0573405a8a58a57c39b008150d75d3be2894c2 (diff) | |
app: integrate security-context-v1
Should be able to get rid of XDG_RUNTIME_DIR share after this.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'cmd/finit/ipc/payload.go')
| -rw-r--r-- | cmd/finit/ipc/payload.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/finit/ipc/payload.go b/cmd/finit/ipc/payload.go index 535a0e70..d1dc9ec3 100644 --- a/cmd/finit/ipc/payload.go +++ b/cmd/finit/ipc/payload.go @@ -7,8 +7,6 @@ type Payload struct { Argv0 string // child full argv Argv []string - // wayland fd, -1 to disable - WL int // verbosity pass through Verbose bool |
