cage-kiosk / cage

A Wayland kiosk
https://www.hjdskes.nl/projects/cage
MIT License
1.23k stars 79 forks source link

Won't launch in a sandbox #381

Open odomingao opened 2 days ago

odomingao commented 2 days ago

I am able to successfully launch nested sway and other wayland applications just fine, but cage fails with:

cage glxgears
amdgpu: amdgpu_cs_ctx_create2 failed. (-13)
00:00:00.044 [../cage/cage.c:568] Unable to open Wayland socket: Device or resource busy

Launching on a default privileged socket works.

Cage version 0.2.0-e128a9f (branch 'makepkg')

joggee-fr commented 1 day ago

Maybe using strace will show interesting traces?

odomingao commented 1 day ago

Thanks, it seems to be related to my sandbox/seccomp filter and not to the security context.

cage-trace.txt