diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-10 03:01:30 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-10 03:01:30 +0900 |
| commit | b72d502f1c5568cd8f93c9142247fa0d94caece5 (patch) | |
| tree | 85a71fe040304d950e41e3f3021330fb141c6ad7 /internal/outcome/sppipewire_test.go | |
| parent | f8b3db3f6641f79cf1bf1bbb9aa28d6922afe422 (diff) | |
internal/outcome: populate instance metadata for PipeWire
These have similar semantics to equivalent Wayland security-context-v1 fields.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome/sppipewire_test.go')
| -rw-r--r-- | internal/outcome/sppipewire_test.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/outcome/sppipewire_test.go b/internal/outcome/sppipewire_test.go index d53f6d6d..35ad8e50 100644 --- a/internal/outcome/sppipewire_test.go +++ b/internal/outcome/sppipewire_test.go @@ -30,7 +30,9 @@ func TestSpPipeWireOp(t *testing.T) { Ephemeral(system.Process, m(wantInstancePrefix), 0711). // toSystem PipeWire( - m(wantInstancePrefix + "/pipewire"), + m(wantInstancePrefix+"/pipewire"), + "org.chromium.Chromium", + "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", ), sysUsesInstance(nil), nil, insertsOps(afterSpRuntimeOp(nil)), []stub.Call{ // this op configures the container state and does not make calls during toContainer }, &container.Params{ |
