internal/app/spwayland: check behaviour

This op is quite clean. Might get slightly more complex at some point passing socket fd.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-10-19 00:30:56 +09:00
parent c12183959a
commit 4cfb1fda8f
2 changed files with 105 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import (
func init() { gob.Register(new(spWaylandOp)) }
// spWaylandOp exports the Wayland display server to the container.
// Runs after spRuntimeOp.
type spWaylandOp struct {
// Path to host wayland socket. Populated during toSystem if DirectWayland is true.
SocketPath *check.Absolute