mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-16 18:12:29 +02:00
The Selkies desktop init oneshots do best-effort device/permission setup (mknod /dev/input/*, chmod /tmp/selkies*, /dev/dri perms) that is only partially permitted in the HA add-on sandbox. A non-zero exit from a oneshot crash-loops the container along with svc-selkies. Apply the same tolerant-oneshot fix already used in claude_desktop's 20-folders.sh. Closes #2918 Co-authored-by: Alexandre <44178713+alexbelgium@users.noreply.github.com>