From 4ac1bab968ed3df52305693201327242629dc62b Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 11 Jan 2025 10:10:44 -0600 Subject: [PATCH] h-a: zigbee2m: Add dialout supplemental group Zigbee2MQTT needs to be able to read and write to the serial device for the ConBee II USB controller. I'm not exactly sure what changed, or how it was able to access it before the recent update. The _dialout_ group has GID 18 on Fedora. --- home-assistant/zigbee2mqtt.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-assistant/zigbee2mqtt.yaml b/home-assistant/zigbee2mqtt.yaml index 3b57bc0..6073716 100644 --- a/home-assistant/zigbee2mqtt.yaml +++ b/home-assistant/zigbee2mqtt.yaml @@ -93,6 +93,8 @@ spec: name: zigbee-device securityContext: fsGroup: 302 + supplementalGroups: + - 18 volumes: - name: zigbee2mqtt-data persistentVolumeClaim: